 @import url("top.css");
/*°ïÖúÎÄµµÊ×Ò³*/
#help{
    background-color: #fff;
}
#help .banner{
    height: 350px;
    background: url(../images/help/banner.jpg) center no-repeat;
    background-color:#030F1F;
    overflow: hidden;
}
#help .banner .title{
    margin: auto;
    width: 1200px;
    margin-top: 40px;
    text-align: center;
    color: #E5E5E5;
    font-size: 30px;
    line-height: 50px;
    font-family: "SourceHanSans-Medium";
    background: url(../images/help/logo.png) no-repeat;
    padding-top: 80px;
    background-position: 558px 0px;
}
#help .banner .title a{
    color: #E5E5E5;
}
#help .banner .title a:hover{
    color:#15A192;
}
#help .banner .search{
    width: 700px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

#help .banner .search input{
    width: 570px;
    height: 45px;
    border-radius: 4px 0 0 4px;
    border: 2px solid #15A192;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color:#15A192;
    line-height: 40px;
    font-family: Î¢ÈíÑÅºÚ;
    margin: 0px;
    float: left;
    background-color: #F5F5F5;
}
#help .banner .search input.submit{
    width: 90px;
    height: 45px;
    border: 2px solid #15A192;
    border-radius: 0 4px 4px 0;
    color: #E5E5E5;
    letter-spacing: 2px;
    background-image: url(../images/help/search.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    background-color: #15A192;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
    margin: 0px;
    float: left; 
}

#help .banner .hot{
    width: 700px;
    margin: auto;
    color: #E5E5E5;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
    text-align: center;
}
#help .banner .hot a{
    color: #E5E5E5;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
}
#help .banner .hot a:hover{
    color:#15A192;
}

#index{
    background-color: #fff;
}
#index .links{
    margin: auto;
    width: 1200px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    overflow: hidden;
}
#index .links a{
    display: block;
    width: 209px;
    padding: 20px;
    margin-left: 24px;
    margin-right: 24px;
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    cursor:pointer;
    background-repeat: no-repeat;
    background-position: 110px 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#index .links a:hover{
    border: 1px solid rgb(129, 206, 196);
}
#index .links a span{
    font-size: 18px;
    color: #333;
    display: block;
    padding-top: 60px;
}

#index .links a:hover span{
    color: #15A192;
}
#index .links a.a1{
    background-image: url(../images/help/kefu_hover.png);
}
#index .links a.a2{
    background-image: url(../images/help/gongdan_hover.png);
}
#index .links a.a3{
    background-image: url(../images/help/fankui_hover.png);
}
#index .links a.a4{
    background-image: url(../images/help/hetong_hover.png);
}
#index .links a.windows{
    background-image: url(../images/help/windows.png);
}
#index .links a.windows2008{
    background-image: url(../images/help/windows2008.png);
    background-position: center 15px;
}
#index .links a.windows2012{
    background-image: url(../images/help/windows2012.png);
    background-position: center 15px;
}
#index .links a.windows2016{
    background-image: url(../images/help/windows2016.png);
    background-position: center 15px;
}
#index .links a.windows2019{
    background-image: url(../images/help/windows2019.png);
    background-position: center 15px;
}
#index .links a.windows2022{
    background-image: url(../images/help/windows2022.png);
    background-position: center 15px;
}

#index .soft{
    background: #FAFAFC;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
}
#index .soft .title{
    width: 1200px;
    margin: auto;
    color: #444;
}
#index .soft .title span{
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 50px;
}
#index .soft .content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 50px;
}
#index .soft .content .item{
    float: left;
    width: 200px;
    margin-left: 50px;
    margin-right: 49px;
    overflow: hidden;
}
#index .soft .content .item a{
    display: block;
    height: 38px;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #444;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 60px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
}
#index .soft .content .item a:hover{
    color: #15A192;
}
#index .soft .content .item a.no{
    color: #aaa;
    cursor: default;
}
#index .soft .content .item a.t{
    font-size: 18px;
    padding-bottom: 10px;
    cursor:default;
    color: #444;
}
#index .soft .content .item.i1{
    background-image: url(../images/help/qijian.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
}
#index .soft .content .item.i3{
    background-image: url(../images/help/anquan.png);
    background-repeat: no-repeat;
    background-position: 18px 7px;
}
#index .soft .content .item.i2{
    background-image: url(../images/help/huanjing.png);
    background-repeat: no-repeat;
    background-position: 10px 7px;
}
#index .soft .content .item.i4{
    background-image: url(../images/help/yunwei.png);
    background-repeat: no-repeat;
    background-position: 13px 7px;
}

#list{
    background-color: #fff;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 14px;
}
#list .left{
    float: left;
    width: 200px;
}
#list .left a{
    color: #666;
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #13B0A3;
    border-top: 0;
    padding-left: 60px;
}
#list .patch a{
    padding-left: 30px;
}
#list .left a:hover{
    background-color: rgb(211, 243, 239);
}
#list .left a.on{
    background-color: rgb(211, 243, 239);
}
#list .left a.t{
    padding-left: 60px;
    border-left: 1px solid #13B0A3;
    border-right: 1px solid #13B0A3;
    background-color: #13B0A3;
    color: #fff;
    font-family: "SourceHanSans-Medium";
    background-repeat: no-repeat;
}
#list .left a.l1{
    background-image: url(../images/help/qijian_white.png);
    background-position: 26px 10px;
}
#list .left a.l2{
    background-image: url(../images/help/huanjing_white.png);
    background-position: 26px 10px;
}
#list .left a.l3{
    background-image: url(../images/help/anquan_white.png);
    background-position: 30px 10px;
}
#list .left a.l4{
    background-image: url(../images/help/yunwei_white.png);
    background-position: 26px 10px;
}
#list .right{
    float: left;
    width: 940px;
    margin-left: 45px;
    overflow: hidden;
}
#list .right .navigation{
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    background: url(../images/help/home.png) no-repeat;
    background-position: 0px 13px;
    padding-left: 30px;
    color:#15A192;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
#list .right .navigation a{
    color:#15A192;
    margin-right: 5px;
    margin-left: 5px;
}
#list .right .navigation a.yes{
    font-family: "SourceHanSans-Medium";
}
#list .right .navigation span{
    color:#15A192;
    font-size: 12px;
}
#list .right .navigation a:hover{
    color:#444;
}
#list .right .navigation .ver{
    margin-left: 30px;
    font-family: "SourceHanSans-Medium";
    color: #000;
    float: right;
}
#list .right .navigation .ver a{
    margin-left: 10px;
    margin-right: 10px;
}
#list .right .version a:hover{
    color:rgb(241, 136, 15);
}
#list .right .nocontent{
    text-align:center;
    font-size:16px;
    padding:50px;
}
#list .right .nocontent a{
    color:#15A192;
    margin-right: 20px;
}
#list .right .nocontent a:hover{
    color:rgb(241, 136, 15);
}
#list .right .content{
    padding-top: 20px;
    overflow: hidden;
}
#list .right .content a{
    color:#666;
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

#list .right .content a.title{ 
    color:#15A192;
    font-family: "SourceHanSans-Medium";
}
#list .right .content a.more{
    font-style: italic;
    color: #999;
    font-size: 12px;
}
#list .right .content a i{
    color:#aaa;
    font-weight: normal;
    margin-left: 10px;
    font-size:12px
}
#list .right .content a span{
    float: right;
    color:#aaa;
    text-align: left;
    font-weight: normal;
}

#list .right .content a:hover{
    color:#15A192;
    font-family: "SourceHanSans-Medium";
}
#list .right .content a:hover span{
    font-weight: normal;
    color:#15A192;
}
#list .right .content .line{
    height: 1px;
    line-height: 1px;
    border-bottom: 1px dotted #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
#list .right .content a.b{
    font-family: "SourceHanSans-Medium";
}
#list .right .content a.hot{
    background: url(../images/help/hot.gif) no-repeat;
    background-position: 0 9px;
    padding-left: 30px;
    /*color: rgb(236, 101, 11);
    font-family: "SourceHanSans-Medium";*/
}

#list .right .content2{
    padding-top: 20px;
}
#list .right .content2 a{
    color:#666;
    display: block;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
}
#list .right .content2 a span{
    float: right;
    color:#aaa;
    text-align: left;
    font-weight: normal;
}
#list .right .content2 a.line{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
#list .right .content2 a.topline{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
}
#list .right .content2 a.b{
    font-family: "SourceHanSans-Medium";
}
#list .right .content2 a.hot{
    background: url(../images/help/hot.png) no-repeat;
    background-position: 0 11px;
    font-family: "SourceHanSans-Medium";
    color: rgb(236, 101, 11);
    padding-left: 20px;
}
#list .right .content2 a:hover{
    color:#15A192;
    font-family: "SourceHanSans-Medium";
}
#list .right .content2 a:hover span{
    font-weight: normal;
    color:#15A192;
}
#list .right .content2 a u{
    text-decoration: none;
    display: block;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

#list .right .content2 a i.grade1{
    display: block;
    float:left;
    margin-top: 8px;
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    width: 40px;
    border-radius: 4px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    margin-right: 10px;
    font-style: normal;
}
#list .right .content2 a i.grade2{
    display: block;
    float:left;
    margin-top: 8px;
    color: rgb(54, 88, 240);
    background-color: #ecf0f7;
    border: 1px solid #728bfa;
    text-align: center;
    width: 40px;
    border-radius: 4px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    margin-right: 10px;
    font-style: normal;
}
#list .right .content2 a i.grade3{
    display: block;
    float:left;
    margin-top: 8px;
    color: rgb(241, 42, 69);
    background-color: #fce9e6;
    border: 1px solid #ee968a;
    text-align: center;
    width: 40px;
    border-radius: 4px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    margin-right: 10px;
    font-style: normal;
}


#list .right .page{
    padding-top: 10px;
    color: #888;
    line-height: 25px;
}
#list .right .page a{
    display:inline-block;
    height: 25px;
    text-align: center;
    min-width: 10px;
    color: #888;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
#list .right .page a:hover{
    background-color: #13B0A3;
    color: #fff;
    border: 1px solid #fff;
}
#list .right .page a.yes{
    background-color: #13B0A3;
    color: #fff;
    border: 1px solid #fff;
}
#read{
    text-align: center;
    background: #FAFAFC;
}
#read .title{
    width: 1200px;
    margin: auto;
    background: #FFF;
    font-size: 20px;
    font-family: "SourceHanSans-Medium";
    color: #000;
    line-height: 30px;
    padding-top: 50px;
}
#read .navigation{
    width: 1200px;
    margin: auto;
    background: #FFF;
    text-align: center;
    line-height: 50px;
    color: #ddd;
    border-bottom: 1px dotted #ddd;
    font-size: 12px;
}
#read .navigation a{
    color: #ddd;
}
#read .navigation a:hover{
    color:#15A192;
}
#read .content{
    width: 1000px;
    margin: auto;
    background: #FFF;
    padding: 100px;
	padding-top:30px;
    padding-bottom: 30px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #eee;
}
#read .content .security{
	padding-bottom:25px;
	text-align:center;
	}
#read .content a{
    color: #333;
}
#read .content a:hover{
    color:#15A192;
}
#read .patch{
    font-size: 14px;
}
#read .patch .patchname{
    font-weight: normal;
    font-family:"SourceHanSans-Medium";
    display: inline-block;
    background-color: #e6f7f5;
    border: 1px solid #a1d8d2;
    text-align: center;
    width: 100px;
    margin-bottom: 15px;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
}
#read .patch .grade1{
    display: inline-block;
    color: #666;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    text-align: center;
    width: 50px;
    line-height: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 13px;
}
#read .patch .grade2{
    display: inline-block;
    color: rgb(5, 40, 194);
    background-color: #ecf0f7;
    border: 1px solid #4c6cf7;
    text-align: center;
    width: 50px;
    line-height: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 13px;
}
#read .patch .grade3{
    display: inline-block;
    color: rgb(241, 42, 69);
    background-color: #fce9e6;
    border: 1px solid #ee968a;
    text-align: center;
    width: 50px;
    border-radius: 4px;
    line-height: 24px;
    height: 24px;
    font-size: 13px;
}
#read .content td{
	font-size:14px;
}
#read .next{
    width: 1160px;
    margin: auto;
    background: #FFF;
    overflow: hidden;
    padding: 20px;
    padding-top: 30px;
}
#read .next a{
    display: block;
    width: 450px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #666;
    background-color: rgb(230, 245, 243);
    border: 1px solid  rgb(133, 209, 202);
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#read .next a:hover{
    background-color: rgb(211, 243, 239);
    border: 1px solid #13B0A3;
    color: #13B0A3;
}
#read .next a.n{
    float: right;
}
#read .comment{
    width: 1160px;
    margin: auto;
    background: #FFF;
    padding: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-align: left;
    background-image: url(https://u.hws.com/api/help/gb_css.asp);
}
#read .comment .c1{
    border: 1px solid #e5e5e5;
    background: url(../images/help/comment.png) no-repeat;
    background-position: 30px 9px;
    padding-left: 80px;
    font-size: 16px;
    line-height:50px;
    font-family: "SourceHanSans-Medium";
    color:#15A192;
    background-color:#eff8f5;
}
#read .comment .c2{
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px;
    padding-left: 30px;
    background-color:#fcfcfc;
    padding-bottom: 8px;
    overflow: hidden;
}
#read .comment .c2 .c21{
    display: block;
    width: 700px;
    line-height: 60px;
    float: left;
}
#read .comment .c2 .c21 textarea{
    height: 75px;
    width: 600px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 20px;
    font-family: Î¢ÈíÑÅºÚ;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#read .comment .c2 .c21 input{
    height: 25px;
    width: 300px;
    line-height: 25px;
    margin-right: 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: Î¢ÈíÑÅºÚ;
    padding-left: 10px;
    padding-right: 10px;
}
#read .comment .c2 .c21 i{
    color:#999;
    font-style: normal;
}
#read .comment .c2 .c22{
    display:block;
    width: 110px;
    float: left;
}
#read .comment .c2 .c22 input{
    vertical-align: middle;
    height: 75px;
    line-height: 70px;
    width: 100px;
    background-color: #13B0A3;
    color: #fff;
    font-size: 20px;
    font-family: "SourceHanSans-Medium";
    letter-spacing: 3px;
}
#read .comment .c2 .c23{
    display: none;
}
#read .comment .c3{
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 20px;
    padding-left: 30px;
    overflow: hidden;
    background-color:#fff;
}
#read .comment .c3 .item{
    padding-bottom: 20px;
    border-bottom: 1px  solid #eee;
    margin-bottom: 20px;
    padding-top: 10px;
}
#read .comment .c3 .item .user{
    background: url(../images/help/head.gif) no-repeat;
    background-position: 0px 0px;
    padding-left: 30px;
    color:rgb(230, 108, 9);
   
}
#read .comment .c3 .item .user span{
    color: #bbb;
    margin-left: 10px;
}
#read .comment .c3 .item .userc{
    padding-left: 30px;
    line-height: 30px;
    color: #666;
    padding-top: 5px;
    padding-bottom: 10px;
}
#read .comment .c3 .item .re{
    background: url(../images/help/G038.gif) no-repeat;
    background-position: -3px 15px;
    margin-left: 30px;
    line-height: 30px;
    padding-top: 10px;
    color:#15A192;
    border-top: 1px  dotted #e0e0e0;
}
#read .comment .c3 .item .re span{
    color: #bbb;
    margin-right: 5px;
    margin-left: 23px;
}
#tousu{
    width: 1200px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 50px;
}
#tousu .title{
    font-size: 16px;
    color: #777;
    text-align: center;
    line-height: 35px;
    background: url(https://u.hws.com/api/help/Fankui_css.asp) no-repeat center;
}
#tousu .title span{
    display: block;
    font-size: 28px;
    color: #333;
}
#tousu .content{
    width:500px;
    margin: auto;
    padding-top: 50px;
    font-size: 16px;
    line-height: 40px;
}
#tousu .content textarea{
    width: 350px;
    height: 80px;
    vertical-align: middle;
    border: 1px solid rgb(94, 189, 178);
}
#tousu .content input{
    width: 350px;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    border: 1px solid rgb(94, 189, 178);
}
#tousu .content .submit{
    margin-left: 100px;
    background-color:#15A192;
    color: #fff;
    font-size: 14px;
    font-family: "SourceHanSans-Medium";
    letter-spacing: 3px;
    border: 1px solid #15A192;
    border-radius: 4px;
}
#tousu .content .submit:hover{
    background-color:rgb(75, 201, 184);
    border: 1px solid rgb(75, 201, 184);
    cursor: pointer;
}
#tousu .content p{
    padding-top: 10px;
    padding-bottom: 10px;
}
#tousu .content p span{
    display: inline-block;
    width: 100px;
}