@charset "UTF-8";
body {
    font: 14px "Arial,Verdana", "Pingfang SC", "SimHei", "STXihei", "STHeiti", "Tahoma", "Simsun", "Hiragino Sans GB", "Hiragino Sans GB W3", "Verdana", "Arial";
    color: #333;
}

.orange {
    color: #ff5400;
}

.green {
    color: #428024
}

.help_banner {
    width: 100%;
    height: 160px;
    background: url("/asset/images/help/help.jpg") no-repeat center 0;
}

.help_banner img {
    width: 100%;
    height: 100%;
}

/*main*/
.mainbox {
    background: #fff;
    padding-bottom: 30px;
}

.crumbs {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 28px;
}

.zuoxi-img{
    width: 200px;
    height: 128px;
}
.zuoxi-img>img{
    display: block;
    width: 100%;
    height: 100%;
}


.main_left {
    width: 194px;
    background: #F5F7FB;
    /*padding-top: 23px;*/

}

.main_left h2 {
    height: 38px;
    line-height: 38px;
    padding-left: 66px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    position: relative;
}
.main_left h2 i{
    width: 30px;
    height: 53px;
    position: absolute;
    top: -10px;
    left: 30px;
}
.main_left h2.help_center i {
    background: url("/asset/images/help/home-nav-logo.png") no-repeat 0 15px;
}
.main_left h2.about_houxue i {
    background: url("/asset/images/help/home-nav-logo.png") no-repeat -50px 15px;
}
.main_left h2.tech_support i {
    background: url("/asset/images/help/home-nav-logo.png") no-repeat -98px 15px;
}

.main_left .help_center i {
    background-position: 30px 16px;
}

.main_left .about_houxue i {
    background-position: 30px 16px;
}

.main_left .tech_support i {
    background-position: 30px 16px;
}

/*.main_left .help_center i {*/
    /*background-position: 0 0;*/
/*}*/

.main_left ul {
    padding: 0 0 10px 0;
}

.main_left ul li {
    height: 35px;
    line-height: 35px;
    padding-left: 66px;
    position: relative;
}

.main_left ul li a {
    font-size: 16px;
    color: #333;
}

.main_left ul li.selected a {
    color: #ed232f;
}

.main_left ul li.selected i {
    width: 13px;
    height: 8px;
    /*background: url("/asset/images/help/help_sprite.png") no-repeat 0 -278px;*/
    position: absolute;
    top: 14px;
    left: 60px;
}

.main_right {
    width: 933px;
    height: auto;
    background: #fff;
    padding: 0px 36px 0 34px;
    padding-bottom: 20px;
}

.main_header {
    border-bottom: 1px solid #ddd;

}

.main_header h2 {
    width: 88px;
    text-align: center;
    line-height: 25px;
    border-bottom: 3px solid #ff5400;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 16px;
}

.details_title {
    padding-top: 21px;
}

.details_title > li {
    background: #f8f8f8;
    font-weight: bold;
    position: relative;
}

.details_hea {
    height: 44px;
    line-height: 44px;
}
.details_hea:hover{
    cursor: pointer;
}

/*animation start*/
.details_hea .fold .swim {
    -webkit-animation: swim 0.5s;
    -moz-animation: swim 0.5s;
    animation: swim 0.5s;
}

@-webkit-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@-moz-keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@keyframes swim {
    0%, 100% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    50% {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    75% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

/*animation end*/
.details_title > li + li {
    margin-top: 10px;
}

.details_title > li span {
    display: inline-block;
    height: 100%;
}

.details_title > li .number {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #FF5400;
    border-radius: 27px;
    font-size: 19px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: -17px;
    z-index: 9;
    font-style: italic;
}

.title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
}

.fold {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-top: 15px;
    margin-right: 20px;
}

.fold img {
    vertical-align: top;
}

.details_title > li i {
    width: 1px;
    height: 26px;
    background: #FF5400;
    position: absolute;
    top: 37px;
    left: -3px;
    z-index: 10;
}

.sub_details {
    display: none;
    background: #fff;
    padding: 20px 20px 0 20px;
}

.show {
    display: block;
}

.sub_details li {
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
}

.sub_details li h4, .sub_details li p {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 20px 0;
}

.sub_details li p {
    line-height: 25px;
}

.sub_details li > div {
    margin-bottom: 20px;
}

.main_details {
    position: relative;
    font-size: 14px;
}
.main_details>p{
    font-size: 14px;
}

.main_details div.body_text{
    font-size: 14px;
}
.main_details div.body_text p{
    height: 36px;
    line-height: 36px;
}
.main_details div.body_text p span{
    color: #ED232F;
}

.process {
    position: absolute;
    left: -34px;
    top: 0;
}

.main_details .right_con {
    padding: 10px 20px 20px 0px;
    color: #666666;
}

.main_details h3.title {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    height: 32px;
    background: #fff;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-top: 8px;
    font-family: "Arial,Verdana";
    margin: 0;
}
.sitemap_linkul_{
    width: 980px;
    display: flex;
    flex-wrap: wrap;
}
/*友情链接*/
.right_con .line_box li{width: 20%;float: left;margin: 10px 0;}
.vip_list{list-style-type: decimal;font-size: 14px}
.vip_form p{margin: 15px 0;position: relative}
.vip_form span{display: inline-block; vertical-align: middle; width: 100px;font-size: 14px}
.vip_form .commit_btn{
    width: 106px; height: 26px;
    color: #fff;/* font-weight:bold;*/ font-size:15px;background: #3B87EE;
    border:none;border-radius: 2px; outline: none;
    cursor: pointer;margin-left: 190px;
    margin-top: 10px;
    transition: all 0.3s linear;}
/*.vip_form .commit_btn:hover{*/
    /*background:#ff6666 ;  }*/
.vip_form em{font-style: normal; color:#ff5555; }

.inline_no_box .w1{width:155px;padding:5px;font-family:"Arial,Verdana";background:#fafafa;line-height:50px;padding-left:10px; font-size:14px;}
.inline_no_box .w2{width:300px;padding:5px;font-family:"Arial,Verdana";border-left:1px solid #ddd;padding-left:10px;height:50px;}
.inline_no_box .w3{width:410px;padding:5px;font-family:"Arial,Verdana";border-left:1px solid #ddd;padding-left:10px;height:50px;}
.table_td td{padding-left:10px;}
.inline_no_list a{color: #0074d9;}

.mt20 h3.title {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    height: 32px;
    background: #fff;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-top: 8px;
    font-family: "Arial,Verdana";
    margin: 0;
}

.nowzs{
    position: absolute;
    left: 380px;
    bottom: -20px;
}
.nowzs span{
    display: initial;
}
.pay{
    border-right: 1px solid #DDDDDD;
}
.message{
    border-left: none;
}
