﻿body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial,"微软雅黑";
    font-size: 14px;
    color: #434343;
    min-width:1400px;
}
.clear {
    clear: both;
    font-size: 0px;
}
ul,li {
    list-style: none;
}
img {
    border: none;
    width:auto!important;
}

/*一般链接*/
a {
    text-decoration: none;
    color: #555;
    cursor:pointer;
}
a:hover {
    color: #3366ff;
}

.content-details a{
    color:#26AD60;
}

.content-details a:hover{
    color:#00CB57;
}

.content{
    width:1200px;
    margin:0 auto;
}

.cl{
    clear:both;
}

/*头部导航通用css*/
#top-bar{
    width:100%;
    height:89px;
}
#top-bar .content{
    width:1200px;
    margin:0 auto;
    z-index:10;
}
#top-bar .logo{
    width:280px;
    height:89px;
    float:left;
}
#top-bar .nav{
    width:745px;
    float:left;
    height:89px;
}
#top-bar .nav ul li{
    float:left;
    height:auto;
    font-size:16px;
    text-align:center;
}
#top-bar .nav ul li a{
    display:block;
    width:124px;
    padding:31px 0px 22px 0px;
    color:#fff;
    line-height:29px;
}
#top-bar .nav ul li:hover{
    border-bottom:4px solid #26ad60;
}
#top-bar .user{
    float:left;
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top:31px;
    width:175px;
}
#top-bar .user a{
    display:block;
    color:#fff;
}
#top-bar .user .login{
    line-height:29px;
    width:80px;
    float:right;
}
#top-bar .user .register{
    line-height:29px;
    width:80px;
    float:right;
    background:#26ad60;
    border-radius:3px;
}
#top-bar .user .register:hover{
    background:#1c9e55;
}
#top-bar .nav_more{
    height:60px;
    background:#1c1e21;
    position:absolute;
    top:80px;
    z-index:1;
    min-width:1400px;
    width:100%;
    display:none;
}
#top-bar .nav_more ul{
    display:block;
    margin:0 auto;
    position:relative;
    font-size:16px;
    line-height:60px;
    width:1000px;
    text-align:center;
}
#top-bar .nav_more ul li{
    display:inline-block;
    width:120px;
    text-align:center;
}
#top-bar .nav_more ul li a{
    color: #7c838d;
}
#top-bar .nav_more ul li a:hover{
    color: #26AD60;
}

#top-title{
    width:1200px;
    margin:75px auto 80px auto;
}
#top-title h3{
    font-size:34px;
    text-align:center;
    font-family:'微软雅黑';
    font-weight:inherit;
    color:#fff;
    letter-spacing:20px;
}
#top-title .top-more{
    font-size:15px;
    color:#fff;
    text-align:center;
    margin-top:12px;
    min-height: 20px;
}

.top-other{
    width:1200px;
    height:70px;
    margin:0 auto;
}
.top-other .other-site{
    width:300px;
    float:left;
}
.top-other .other-site p{
    width:80px;
    display:inline-block;
    font-size:14px;
    color:#818588;
    padding-top:30px;
}
.top-other .other-site a{
    color:#818588;
    font-size:14px;
    display:inline-block;
}
.top-other .other-site a:hover{
    color:#fff;
}
.top-other .other-site span{
    display:inline-block;
    width:20px;
    text-align:center;
    color:#818588;
}

.top-other .other-search{
    width:220px;
    height:40px;
    float:right;
    border:1px solid #3f4349;
    border-radius:25px;
    background:rgba(0, 0, 0, 0.6);
    overflow:hidden;
    margin-top:12px;
    margin-right:30px;
}
.top-other .other-search input{
    text-indent:10px;
    line-height:40px;
    width:163px;
    border:none;
    background:none;
    color:#818588;
    padding-left:10px;
    border-right:1px solid #2d2f30;
    float:left;
    outline:none;
}
.top-other .other-search a{
    display:block;
    float:left;
    height:36px;
    width:36px;
    text-align:center;
    cursor:pointer;
}
.top-other .other-search a img{
    width:30px;
    margin:0 auto;
    margin-top:3px;
}

#footer{
    height:480px;
    background:#2a2d32;
}
#footer .content .top{
    height: 90px;
    border-bottom: 1px solid #383b40;
    min-width: 1205px;
    background: url('../images/footer.png');
}
#footer .content .top p{
    color: #BCC2CC;
    font-size: 22px;
    display: block;
    margin-left: 140px;
    padding-top: 32px;
}
}
#footer .content .info {
    height: 260px;
    border-bottom: 1px solid #383b40;
}
#footer .content .info .services li a:hover{
    color:#fff;
    background:#26ad60;
}
#footer .content .info .contact li a:hover{
    color:#fff;
}
#footer .content .info .guide li a:hover{
    color:#fff;
}
#footer .content .link .zt li a:hover{
    color:#fff!important;
}
#footer .content .info ul{
    padding-top:20px;
    width:100%;
    margin:0 auto;
}
#footer .content .info ul li{
    width:auto;
    float:left;
    margin-left:77px;
}
#footer .content .info ul li:first-child{
    width:40%;
    float:left;
    margin-left:0px;
}
#footer .content .info ul li .title{
    color:#bcc2cc;
    font-size:18px;
}
#footer .content .services{
    width:90%;
    margin:0 auto;
}
#footer .content .services li{
    width:auto!important;
    margin-left:0px!important;
}
#footer .content .services li a{
    display:block;
    width:100px;
    height:28px;
    line-height:28px;
    background:#24272b;
    color:#81868c;
    margin:5px;
    text-align:center;
    font-size:14px;
}
#footer .content .contact li{
    width:auto!important;
    float:none!important;
    color:#81868c;
    margin-top:10px;
    font-size:14px;
    margin-left:0px!important;
}
#footer .content .contact li a{
    color:#81868c;
    font-size:14px;
}
#footer .content .guide li{
    width:auto!important;
    float:none!important;
    color:#81868c;
    margin-top:10px;
    font-size:14px;
    margin-left:0px!important;
}
#footer .content .guide li a{
    color:#81868c;
    font-size:14px;
}
#footer .content .wx-code{
    width:120px;
    height:120px;
    background: #fff;
    border-radius:5px;
    margin-top:30px;
}
#footer .content .wx-code img{
    width:120px;
    height:120px;
    border-radius:5px;
}
#footer .content .link{
    margin:0 auto;
}
#footer .content .link .zt{
    margin-top:20px;
    font-size:14px;
    color:#6c7075;
    clear:both;
    margin-bottom:10px;
    overflow:hidden;
}
#footer .content .link .zt li{
    float:left;
    font-size:14px;
    margin-right:20px;
    line-height:25px;
}
#footer .content .link .zt li a{
    color: #6c7075!important;
}
#footer .content .link span{
    color:#6c7075;
    line-height:20px;
}



/*客服模块*/
#center{
    width:44px;
    height:300px;
    position: fixed;
    right:50px;
    top:25%;
    z-index:100;
}
#center .DF_SMS{
    height:130px;
    width:44px;
    background:#f35d35;
    text-align:center;
    display:block;
}
#center .DF_SMS img{
    width:30px;
    margin-top:5px;
}
#center .DF_SMS span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center .DF_SMS:hover{
    background:#db522c;
}
#center .DF_SMS i{
    display:block;
    height:20px;
    width:20px;
    color:#fff;
    border-radius:20px;
    border:2px solid #fff;
    background:#e5004f;
    position: absolute;
    right:-13px;
    top:-13px;
    font-weight:bolder;

}
#center .KEFU{
    height:130px;
    width:44px;
    background:#26ad60;
    text-align:center;
    display:block;
    margin-top:10px;
    cursor:pointer;
}
#center .KEFU img{
    width:30px;
    margin-top:5px;
}
#center .KEFU span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center .KEFU:hover{
    background:#1c9e55;
}
#center .top{
    height:40px;
    width:40px;
    border:2px solid #26ad60;
    text-align:center;
    display:block;
    margin-top:10px;
    cursor:pointer;
    display:none;
    background:url('../images/top.png') no-repeat;
    background-position:-9px -6px;
}
#center .top:hover{
    background-position:-102px -6px;
}
#center .top span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center_more{
    width:340px;
    height:170px;
    position: fixed;
    right:150px;
    top:35%;
    z-index:2;
    box-shadow:1px 0px 10px 2px #d4d4d4;
    background-color:#fff;
    display:none;
}
#center_more .center_left{
    width:90px;
    height:135px;
    text-align:center;
    float:left;
    margin-top:10px;
}
#center_more .center_right span{display:block;margin-bottom:5px;font-size:15px;}
#center_more .center_left div img{
    margin:0 auto;
    margin-top:15px;
    margin-bottom: 5px;
    line-height:40px;
    border-radius:35px;
}
#center_more .center_right{
    float:left;
    width:250px;
    padding-top:20px;
    text-align:center;
}
#center_more .center_right div{
    width:110px;
    height:75px;
    float:left;
}

#center_more .center_right .info3{
    /*width: 125px;*/
    width:184px;
    margin-top:3px;
    height:auto;
    margin-left:15px;
}

#center_more .center_right .info3 span{
    float:left;
}

#center_more .center_right .info3 p{
    float:left;
    margin-top:0px;
}

#center_more .center_right div a{
    margin-top:10px;
}
#center_more .center_right div p{
    margin-top:10px;
    font-size:16px;
    color:#f99638;
}
#center_more .center_right .info3 p{
    margin-left:10px;
}
#center_more .close{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}
#center_more .close:hover{
    color:#7c838d;
}


#top-bar .message{
    margin-right:20px;
    line-height:29px;
    width:80px;
    float:right;
    color:#fff!important;
}

#top-bar .message:hover{
    color:#26ad60!important;
}

#top-bar .loginout{
    display:none;
    position:absolute;
    top:65px;
    width:100px;
    height:30px;
    line-height: 30px;
    margin-left:10px;
}

#top-bar #triangle-down{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    float:right;
    margin-right:52px;
    margin-top:10px;
}

#top-bar .loginout{
    float:right;
}

#top-bar #triangle-up{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    float:right;
    margin-right:52px;
    margin-top:10px;
    display:none;
}




/*文章格式*/
#content p{
    color:#626365;
    font-size:14px;
    line-height:24px;
}
#content p span{
    font-weight:inherit;
    font-size:14px;
    display:inline-block;
    line-height:1;
    padding:3px 10px;
    border-radius:3px;
    color:#fff;
    margin-top:15px;
}

#content p .note{
    background:#f35d35;
}

#content p .club{
    background:#26AD60;
    margin-top:0px;
}
#content .gap{
    height:30px;
}
#content h3{
    font-weight:bold;
    color:#44b042;
    font-size:18px;
    margin-top:10px;
    line-height:50px;
    display:inline-block;
}
#content h5{
    cursor:auto;
    font-size:15px;
    font-weight:700;
    line-height:35px;
}
#content .parameter tr th{
    background:#f9f9f9;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    vertical-align: middle;
    padding:15px;
    color:#888;
    line-height:15px;
    font-size:14px;
    width:90px;
}
#content .parameter tr th:nth-child(2){
    width:100px;
}
#content .parameter tr td:nth-child(2){
    width:100px;
}
#content .parameter tr th:nth-child(3){
    width:60px;
}
#content .parameter tr td:nth-child(3){
    width:371px;
}
#content .parameter tr th:nth-child(4){
    width:345px;
}
#content .parameter tr td{
    width:90px;
    padding:5px;
    font-size:14px;
    text-align:left;
}
#content p a{
    color:#55b97c;
}
#content p a:hover{
    color:#7cf2a2;
}
#content .code{
    background-color:#2c3241;
    color:#7cf2a2;
    font-weight:normal;
    font-style: normal;
    padding:20px;
    border-radius:3px;
    line-height: 1.5;
    white-space: normal;
}
#content .code i{
    color:#C7C7C7;
    font-weight:bold;
}

#content .code t{
    color:#C7C7C7;
    font-weight:bold;
}

/*#content dd p {
    text-indent:2rem;
}*/

#content .content-right .cate-name p{
    line-height:53px;
}

#shili {
    min-height:380px;
    height:380px;
    width:950px;
    overflow:auto;
    margin:0 auto;
}

#shili p{
    display:block;
    text-align:left;
    font-size:12px;
    width:70%;
    margin:0 auto;
    font-weight:normal;
}

.region{
    font-size: 15px;
    margin-bottom: 10px;
    color: #ccc;
}

.choice select{
    width: 90%;
    height: 30px;
    border-radius: 5px;
    padding-left: 8px; 
    outline:none;
    
}

.regional{
    margin-top: 20px;
} 

#content .inits{
    width:80px;
    height:40px;
    border-radius:10px;
    border:0px solid #dad8d8;
    box-shadow:3px 3px 9px #c0c0c0;
    color:#f3f0f0;
    padding:0 5px;
    font-weight:bolder;
    cursor:not-allowed;

    background: -webkit-linear-gradient(bottom right, #f35d35  , #f35d35); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left top,  #f35d35  , #f35d35); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left top, #f35d35  , #f35d35); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left top, #f35d35  , #f35d35); /* 标准的语法（必须放在最后） */
}

#content .inits:hover{
    color:#fff;
    background: -webkit-linear-gradient(bottom right, #f35d35 , #f35d35); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left top,  #f35d35 , #f35d35); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left top, #f35d35 , #f35d35); /* Firefox 3.6 - 15 */
    background: linear-gradient(to left top, #f35d35 , #f35d35); /* 标准的语法（必须放在最后） */
}

.spuct{
    height: 20px;
    margin-top: 10px;
}

.needing{
    float: right;
    color: #ccc;
}


#content .enables{
    background:#f35d35;
    color:#fff;
    cursor:pointer;
}

#content .enables:hover{
    opacity: .8;
    filter:alpha(opacity=80);
    color:#fff;
}

.reduction{
    position: absolute;
    width: auto;
    height: 17px;
    padding: 0 5px;
    margin-left: 9px;
    margin-top: 20px;
    font-weight: bolder;
    color: #c9c9c9;
    cursor: pointer;
    opacity: 1;
    display: none;
}

.reductions{
    margin-left: 161px;
    margin-top: -20px;
    display: block;
}

.copy{
    position: absolute;
    width: auto;
    height: 17px;
    padding: 0 5px;
    margin-left: 1138px;
    margin-top: -52px;
    font-weight: bolder;
    color: #c9c9c9;
    cursor: pointer;
    opacity: 1;
    font-size: 15px;
    display: none;
}

#result{
    resize: none;
    color: #7a7368;
    padding: 20px;
    width: 96.7%;
    border: 1px solid #dbd8b9;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 10px;
    outline:none;
}

#file {
    position: absolute;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #c9c9c9;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    margin-top: 216px;
    width: 3%;
    margin-left: 1098px;
}
#file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
#file:hover {
    background: #009688;
    border-color: #009688;
    color: #fff;
    text-decoration: none;
}

.loading{
      position:fixed;
      width:100px;
      height:100px;
      background:rgba(0,0,0,0.7);
      border-radius:5px;
      color:#fff;
      text-align:center;
      line-height:100px;
      font-size:14px;
      z-index:999;
      left:50%;
      top:50%;
      display: none;  
}