@keyframes topBot {
    from {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes topBot /* Safari 与 Chrome */
{
    from {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    to {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.topBot {
    animation: topBot 1s;
    -webkit-animation: topBot 1s; /* Safari 与 Chrome */
    opacity: 1 !important;
}

.alone {
    margin-bottom: 20px;
}

.complaints {
    margin-bottom: 0;
}

.alone-top {
    background: #000721;
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 100%;
}

.complaints .alone-top, .complaints .alone-top img {
    background: #07d3dc;
}

.alone-top img {
    width: auto;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.alone_con {
    margin: 0 auto;
    width: 1200px;
}

.alone_item_title {
    border-bottom: 1px solid #ccc;
    font-size: 30px;
    height: 55px;
    text-align: center;
    margin: 0 auto 20px;
    padding-top: 40px;
    width: 60%;
}

.alone_item_title span {
    padding-left: 10px;
    font-size: 16px;
}

.alone_item_title span b {
    color: #fc9336;
}

.alone_con_title {
    border-left: 3px solid #fc9336;
    font-size: 18px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    margin: 20px 0;
}

.alone_list_con {
    margin-top: 10px;
    width: 100%;
}

.alone_list_con li {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    float: left;
    height: auto;
    padding: 20px;
    text-align: left;
}

.alone_list_con li:hover {
    border-color: #fc9336;
    -webkit-box-shadow: 2px 2px 5px rgba(252, 147, 54, .3);
    -moz-box-shadow: 2px 2px 5px rgba(252, 147, 54, .3);
    box-shadow: 2px 2px 5px rgba(252, 147, 54, .3);
}

.alone_list_con li:first-child {
    margin-left: 0;
}

/*compa*/
.complaints_item_con {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 60px;
}

.complaints_item_1 {
    width: 32%;
    margin-left: 2%;
}

.complaints_item_1:first-child {
    margin-left: 0;
}

.complaints_item_name {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: left;
}

.complaints_item_1 input, .complaints_item_2 textarea {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 30px;
    outline: none;
    padding-left: 15px;
}

.complaints_item_1 input:focus, .complaints_item_2 textarea:focus, .appeal_item_inp input:focus, .yg_list textarea:focus, .appeal_select input:focus {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-color: #000;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.complaints_item_2, .complaints_item_3 {
    padding-top: 10px;
    width: 100%;
}

.complaints_item_2 textarea {
    font-family: "arial", Helvetica, Tahoma;
    resize: none;
    padding: 10px;
    min-height: 120px;
    line-height: 30px;
}

.complaints_bot_r {
    padding-right: 25px;
    text-align: right;
    line-height: 40px;
    font-size: 14px;
}

.complaints_bot_r a {
    color: #303030;
}

.complaints_bot_r a:hover {
    color: #fc9336;
}

.complaints_bot_r i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    height: 30px;
}

.comBot_email {
    width: 23px;
    background: url("https://webstatic.xdns.cn/web.xdns.cn/images/complaints/email.jpg") no-repeat center center;
    background-size: 100% auto;
    margin-left: 20px;
}

.comBot_tel {
    width: 18px;
    background: url("https://webstatic.xdns.cn/web.xdns.cn/images/complaints/tel.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 15px;

}

/*account*/
.appeal {
    margin-bottom: 20px;
}

.appeal_item_con {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

.appeal_item_li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

.appeal_item_1 {
    padding-top: 0;
}

.appeal_item_1_title {
    color: #fc9336;
    font-size: 16px;
    line-height: 40px;
}

.ora {
    color: #fc9336;
}

.appeal_item_li_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.appeal_item_li_title span {
    color: #fc9336;
    vertical-align: bottom;
}

.appeal_item_tips {
    color: #8a8787;
    font-size: 13px;
    line-height: 20px;
}

.appeal_item_tips span {
    color: #fc9336;
    vertical-align: bottom;
}

.appeal_item_inp input {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    outline: none;
    padding-left: 10px;
    width: 50%;
}

.appeal_item_inp_img {
    line-height: 40px;
    margin: 20px 0;
}

.appeal_item_inp_img_l {
    position: relative;
    width: 160px;
    height: 40px;
    margin-right: 40px;
}

.appeal_item_inp_img_l input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 160px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.appeal_item_inp_img_con {
    background: #fc9336;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.appeal_item_inp_img_l:hover .appeal_item_inp_img_con {
    background: #ec7c1a;
}

.yg_list textarea {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    outline: none;
    padding: 0 10px 10px;
    width: 60%;
    min-height: 100px;
}

.appeal_select {
    padding-top: 10px;
    font-style: 0;
    line-height: 0;
}

.appeal_select p, .appeal_select select, .appeal_select input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 30px;
}

.appeal_select select {
    background: #fafafa;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    outline: none;
    height: 30px;
    padding-left: 10px;
    margin-right: 15px;
    vertical-align: bottom;
}

.appeal_select input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 10px;
    width: 40%;
    outline: none;
}

.appeal_item_but {
    width: 100%;
    margin: 10px 0;
    padding-left: 10px;
}

.appeal_item_but input, .complaints_item_3 input {
    background: #fc9336;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 30px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    min-width: 120px;
}

.appeal_item_but input:hover, .complaints_item_3 input:hover {
    background: #ec7c1a;
}

/*cooperation*/
.cooperation_item_con, .icp_item_con {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.cooperation_item_con > div {
    padding-left: 20px;
}

.cooperation_item_con > div > div {
    padding: 5px 0 5px 10px;
}

.cooperation_item_con h2 {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 35px;
}

.cooperation_item_2_con {
    background: #fff;
    position: relative;
}

.cooperation_item_con_process {
    line-height: 30px;
}

.cooperation_item_con_process a {
    background: #fc9336;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    margin: 10px 0;
}

.cooperation_item_con_process a:hover {
    background: #ec7c1a;
}

.cooperation_item_con_process span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    margin: 0 3px;
    border-top: 1px solid #ccc;
    height: 0;
}

.cooperation_prev, .cooperation_next {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
}

.cooperation_prev {
    left: 0;
    background: transparent url("https://webstatic.xdns.cn/web.xdns.cn/images/lastIco.png") no-repeat center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
}

.cooperation_next {
    right: 0;
    background: transparent url("https://webstatic.xdns.cn/web.xdns.cn/images/nextIco.png") no-repeat center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
}

.cooperation_item_list {
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 10px 0;
}

.cooperation_item_list li {
    float: left;
    position: relative;
    width: calc(20% - 22px);
    height: 110px;
    overflow: hidden;
    padding: 0 10px;
}

.cooperation_item_li {
    width: 100%;
}

.cooperation_item_li img {
    width: 100%;
    height: 110px;
}

.cooperation_item_li_hover {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    background: #000;
    position: absolute;
    text-align: center;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    top: -75px;
    -webkit-transition: top .6s ease-in-out;
    -moz-transition: top .6s ease-in-out;
    -ms-transition: top .6s ease-in-out;
    -o-transition: top .6s ease-in-out;
    transition: top .6s ease-in-out;
    margin: 0 auto;
    opacity: .8;
}

.cooperation_item_li_hover img {
    height: 45px;
    padding: 15px 0;
}

.cooperation_item_list li:hover .cooperation_item_li_hover {
    top: 0;
}

/*icp*/
.icp_item_1_con {
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

.icp_item_2_con, .icp_item_3_con {
    padding: 0;
}

.icp_item_2_con .hd {
    background: #f4f4f4;
}

.icp_item_2_con .hd li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    width: 33.33333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.icp_item_2_con .hd li:first-child {
    border-left: none;
}

.icp_item_2_con .hd li.on {
    background: #fff;
    border-bottom: none;
    color: #fc9336;
    font-weight: bold;
}

.icp_item_2_con .bd {
    padding: 10px
}

.icp_box {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding-top: 30px;
}

.icp_box ul li {
    float: left;
    position: relative;
    width: 216px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.icp_box li .icp_box_title i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fc9336;
    text-align: center;
    line-height: 24px;
    color: #fc9336;
    font-weight: 700;
    background: #fff;
}

.icp_box li .icp_box_title span {
    background: #fff;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.icp_box li .icp_box_con {
    padding-left: 38px;
    margin-top: 10px;
}

.icp_box li .icp_box_con p {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: block;
    line-height: 24px;
    padding: 0;
}

.icp_box li:after {
    display: inline-block;
    content: "";
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    right: -10px;
    top: 13px;
    left: 58px;
    z-index: 0;
}

.icp_box li:last-child:after {
    height: 0;
}

.icp_btn {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.icp_btn a {
    background: #fc9336;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 auto;
}

.icp_btn a:hover {
    background: #ec7c1a;
}

.bd_title {
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    padding: 30px 0 10px;
}

.icp_item_4_top {
    font-size: 14px;
}

.icp_item_4_top_1 {
    padding: 0 15px 10px;
    line-height: 27px;
}

.icp_item_4_top_2 {
    padding-bottom: 10px;
    position: relative;
}

.icp_item_4_top_2_city {
    background: url("https://webstatic.xdns.cn/web.xdns.cn/images/icp/select.png") no-repeat right center;
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    width: 170px;
}

.icp_item_4_top_2_city:hover {
    border-color: #fc9336;
}

.icp_item_4_top_2 ul {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 0;
    position: absolute;
    top: 30px;
    width: 170px;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.icp_item_4_top_2 ul li {
    padding: 0 10px;
    cursor: pointer;
}

.icp_item_4_top_2 ul li.on, .icp_item_4_top_2 ul li:hover {
    background: rgba(0, 0, 0, .1);
    color: #fc9336;
}

.icp_item_4_top_2 select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    outline: none;
    padding: 0 20px;
}

.icp_item_4_top_3 {
    line-height: 25px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.icp_item_4_top_3 li {
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    text-align: center;
    width: 120px;
    margin: 0 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.icp_item_4_top_3 li.on {
    border-color: #fc9336;
    background: rgba(252, 147, 54, .1);
    color: #fc9336;
}

.icp_item_4_top_3 li:hover {
    color: #fc9336;
}

.icp_item_4_bottom {
    border-top: 1px dashed #ccc;
    padding: 10px;
    min-height: 350px;
}

.icp_item_4_li li {
    font-size: 14px;
    line-height: 20px;
}

.icp_item_4_li p {
    margin-bottom: 15px;
}

.icp_item_4_li a {
    color: #fc9336;
    padding: 0 5px;
}

.icp_item_4_li a:hover {
    color: #f55f1e;
}

.icp_item_4_li_left, .icp_item_4_right {
    display: none;
}

.open {
    display: block !important;
}

/*statement*/
.statement_nav {
    background: rgba(0, 7, 33, .8);
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.goTo {
    position: fixed;
    background: #303030;
    top: 63px;
    opacity: 1;
}

.statement_nav_con {
    width: 1200px;
    margin: 0 auto;
}

.statement_nav_title {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    width: 20%;
}

.statement_nav_list {
    width: 80%;
}

.statement_nav_list ul {
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
}

.statement_nav_list li {
    float: left;
    text-align: center;
    width: 25%;
}

.statement_nav_list a {
    color: #fff;
}

.statement_nav_list a:hover {
    color: #fc9336;
}

.statement_item_con {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    /*text-indent: 2em;*/
}

.statement_item_con h2 {
    text-align: center;
    font-size: 25px;
    line-height: 50px;
}

.statement_item_con h3 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    padding: 10px 0;
}

.statement_time {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.statement_time span {
    margin-left: 20px;
    vertical-align: top;
}

.statement_intro {
    padding-bottom: 10px;
}

.statement_intro h4 {
    font-size: 15px;
    line-height: 40px;
}

.statement_intro p {
    padding-bottom: 10px;
}

.statement_li {
    padding-bottom: 10px;
}

.statement_li a {
    color: #fd8112;
}

.statement_li a:hover {
    color: #f16200;
}

.statement_li h4 {
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
}

.statement_li li {
    padding-bottom: 10px;
}

.statement_li li p {
    text-indent: 1em;
}

.statement_bot {
    padding: 10px 0;
    text-align: right;
}

/*arbitration*/
.arbi_1 {
    background: #f6f6f6;
    width: 100%;
}

.arbi_1_con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px 45px;
}

.arbi_li h2 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.arbi_li_txt span {
    color: #fc9336;
    vertical-align: top;
}

.arbi_1_txt {
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
    text-indent: 2em;
}

.arbi_2 {
    background: #fff;
    padding-top: 32px;
}

.arbi_2_p {
    color: #fc9336;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 15px;
    text-align: center
}

.arbi_2_txt {
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #959595;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto;
    padding: 15px 30px;
    width: 87%;
}

.arbi_2_list {
    background: url("https://webstatic.xdns.cn/web.xdns.cn/images/complaints/arbi_02bac.png") no-repeat center center;
    /*background: url("/static/images/complaints/arbi_02bac.png") no-repeat center center;*/
    background-size: auto 80%;
    padding-top: 103px;
    padding-bottom: 100px;
}

.arbi_2_list_l {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    padding-right: 230px;
}

.arbi_2_list_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 230px;
    text-align: left;
}

.arbi_2_list_l li div {
    margin-bottom: 33px;
    text-align: left;
}

.arbi_2_list_r li div {
    margin-bottom: 25px;
}

.arbi_2_list li div {
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    background: #fc9336;
    line-height: 20px;
    padding: 12px 30px;
    opacity: 0;
    border-radius: 25px;
    width: 300px;
    text-align: center;
}

.arbi_3 {
    background: #f6f6f6;
}

.arbi_3_con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 0 50px;
}

.arbi_3_txt {
    width: 88%;
    margin: 30px auto 0;
}

.arbi_3_txt ul {
    border-bottom: 1px solid #e5e5e5;
}

.arbi_3_txt li {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 15px 13.5%;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.arbi_3_txt li:hover {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 30px #dfdfdf;
    -moz-box-shadow: 0px 0px 30px #dfdfdf;
    box-shadow: 0px 0px 30px #dfdfdf;
}

.arbi_4 {
    background: #303030;
}

.arbi_4_con {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 60px 55px;
}

.arbi_4_con h2 {
    color: #fff;
}

.arbi_4_txt {
    color: #dfdfdf;
    font-size: 14px;
    line-height: 27px;
    padding: 16px 0 28px;
}

.arbi_4_list li {
    float: left;
    position: relative;
    margin-left: 32px;
}

.arbi_4_list li:first-child {
    margin-left: 0;
}

.arbi_4_li_img {
    width: 246px;
    margin: 0 auto;
}

.arbi_4_li_img img {
    width: 100%;
    height: auto;
}

.arbi_4_li_con {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.arbi_4_li_txt {
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px 15px;
}

/*help*/
.help-top {
    background: #000721 url("https://webstatic.xdns.cn/web.xdns.cn/images/help/top1.jpg") no-repeat center;
    background-size: auto 100%;
}

.help_search {
    padding-top: 50px;
}

.help_search_nr {
    width: 1200px;
    margin: 0 auto;
}

.help_search_title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    padding: 30px 0;
}

.help_search_con, .help_search_hot {
    width: 60%;
    margin: 0 auto;
}

.help_search_con input {
    font-size: 18px;
    outline: none;
    width: 100%;
}

.help_search_inp {
    width: 85%;
}

.help_search_inp input {
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    height: 50px;
    padding-left: 15px;;
}

.help_search_btn {
    width: 15%;
}

.help_search_btn input {
    background: #fc9336;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.help_search_btn input:hover {
    background: #ec7c1a;
}

.help_nav .statement_nav_list li {
    float: left;
    text-align: center;
    width: 20%;
}

.help_item_con {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.help_search_hot {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.help_search_hot a {
    color: #fff;
    /*padding: 0 5px;*/
    margin-right: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
}

.help_search_hot span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 15px;
}

.help_search_hot a:hover {
    color: #fc9336;
}

.help_item {
    background: #fff;
    width: 100%;
    margin-top: 15px;
}

.help_item_1_left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 70%;
}

.help_item_1_left_1, .help_item_1_left_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
}

.help_item_1_title {
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.help_item_1_title .alone_con_title {
    margin: 0;
}

.help_item_1_title a {
    color: #666;
    font-size: 15px;
    padding-right: 10px;
}

.help_item_1_title a:hover {
    color: #ec7c1a;
}

.help_item_1_list {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
}

.help_item_1_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
    padding-left: 10px;
    width: 100%;
    margin: 3px 0;
}

.help_item_1_list li:hover {
    background: rgba(0, 0, 0, .02);
}

.help_item_1_list a {
    color: #666;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help_item_1_list a:hover {
    color: #fc9336;
}

.help_item_1_right {
    background: rgba(0, 7, 33, .08);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 310px;
    line-height: 30px;
    width: 30%;
    padding: 10px;
}

.help_item_1_right_title {
    color: #000;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.help_item_tel {
    padding-top: 15px;
    padding-left: 15px;
}

.help_item_tel a {
    color: #666;
}

.help_item_tel_tel {
    line-height: 50px;
}

.help_item_tel_tel a {
    color: #fc9336;
    font-size: 25px;
    font-style: italic;
}

.help_item_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.help_item_con_title {
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
}

.help_item_logo {
    width: 8px;
    height: 25px;
    margin: 7.5px 0;
}

.help_item_logo_r {
    background: red;
}

.help_item_logo_b {
    background: blue;
}

.help_item_logo_g {
    background: green;
}

.help_item_name a {
    color: #000;
    display: block;
    padding-left: 15px;
    font-size: 18px;
}

.help_item_href a {
    color: #fc9336;
    font-size: 16px;
    padding-right: 10px;
}

.help_item_con_title a:hover {
    color: #ec7c1a;
}

.help_item_con_list {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0;
}

.help_item_con_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.33333%;
    height: 25px;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 3px 0;
}

.help_item_con_list li:hover {
    background: rgba(0, 0, 0, .02);
}

.help_item_con_list a {
    color: #666;
}

.help_item_con_list a:hover {
    color: #fc9336;
}

/*help_list*/
.help_list_con {
    background: #fff;
    position: relative;
    top: -70px;
    margin-bottom: -40px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.help_list_nav {
    border-right: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.help_list_nav_title {
    background: #fc9336;
    color: #fff;
    height: 70px;
    text-align: center;
}

.help_list_nav_title h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}

.help_list_nav_title i {
    font-size: 12px;
}

.help_list_nav_con {
    font-size: 16px;
    line-height: 50px;
}

.help_list_nav_con li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    padding-left: 10%;
}

.help_list_nav_con li:after {
    content: ">";
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0;
}

.help_list_nav_con li:hover {
    background: rgba(0, 0, 0, .03);
    color: #fc9336;
}

.help_list_nav_con li:hover a {
    color: #fc9336;
}

.help_list_nav_con a {
    color: #000;
    display: block;
}

.help_list_tel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    padding: 10px 10px 10px 10%;
}

.help_list_tel h3 {
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 5px;
}

.help_list_tel i {
    display: block;
    margin-bottom: 15px;
}

.help_list_tel i a {
    color: #fc9336;
    font-size: 25px;
    line-height: 35px;
}

.help_list_cont {
    font-size: 14px;
    line-height: 35px;
    padding: 20px 10px 10px 10%;
}

.help_list_cont a {
    color: #fc9336;
}

.help_list_tel_href {
    padding: 20px 0;
}

.help_list_tel_href a {
    color: #666;
}

.help_list_tel_href a:hover {
    color: #fc9336;
}

.help_list_sub {
    border-left: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 250px);
    padding: 20px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.help_list_top {
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.help_list_top li {
    float: left;
    padding-right: 10px;
}

.help_list_top li:last-child {
    padding-right: 0;
}

.help_list_top li a, .help_list_bot li a {
    color: #333;
}

.help_list_top li a:hover, .help_list_bot li a:hover {
    color: #fc9336;
}

.help_list_bot {
    font-size: 14px;
    line-height: 40px;
    padding: 10px 0;
}

.help_list_bot li {
    border-bottom: 1px dashed #ccc;
}

.help_list_bot_name {
    width: calc(100% - 160px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help_list_bot li .fr {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
}

.help_message_con {
    margin: 20px auto;
    width: 90%;
}

.help_message_title {
    text-align: center;
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding-bottom: 20px;
}

.help_message_title h2 {
    font-size: 28px;
    line-height: 1.8;
}

.help_message_txt {
    margin: 20px auto;
    width: 100%;
    font-size: 14px;
    line-height: 2;
}

/*agent*/
.agent_li_con {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
    width: 100%;
}

.agent_1_con {
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

.agent_1_con_title, .agent_2_con_title {
    color: #fc9336;
    font-size: 16px;
    line-height: 40px;
}

.agent_2_con_inp {
    margin: 0 auto;
    padding-top: 15px;
    width: 700px;
}

.agent_2_li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 15px;
    width: 100%;
    line-height: 30px;
}

.agent_li_1, .agent_li_2 {
    width: 50%;
}

.agent_2_li li {
    float: left;
}

.agent_li_l {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2%;
    text-align: right;
    width: 30%;
}

.agent_li_r {
    width: 70%;
}

.agent_li_r input {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    outline: none;
    padding-left: 3%;
    width: 90%;
}

.agent_li_r input:focus {
    border-color: #000;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.agent_li_price {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.agent_li_price_l, .agent_li_price_r {
    width: 50%;
}

.agent_li_price_l {
    text-align: center;
    line-height: 115px;
}

.agent_li_price_l a {
    color: #fc9336;
}

.agent_li_price_r {
    padding: 20px 0;
}

.agent_li_price_name {
    text-align: right;
    width: 70%;
}

.agent_li_price_num {
    color: #fc9336;
    text-align: left;
    padding-left: 4%;
    width: 26%;
}

.agent_li_name {
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
}

.agent_li_name_1, .agent_li_name_2, .agent_li_name_3 {
    padding: 5px 0;
}

.agent_li_name_l {
    text-align: right;
    min-width: 20%;
    padding-right: 3%;
}

.agent_li_name_c {
    width: 50%;
    min-width: 220px;
}

.agent_li_name_c input[type="text"] {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    outline: none;
    padding-left: 2%;
    width: 80%;
}

.agent_li_name_c input[type="text"]:focus {
    border-color: #000;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.agent_li_name_r {
    min-width: 27%;
}

.agent_cue {
    color: red;
}

.agent_li_status_item {
    min-width: 70px;
    text-align: left;
}

.agent_li_status_item input[type="radio"] {
    background: #fff;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

.agent_li_name_4 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.agent_agree {
    border: 1px solid #ccc;
    background: #fff;
    height: 14px;
    margin: 8px 10px 0 0;
    width: 13px;
    cursor: pointer;
}

.agent_agree_yes {
    background: transparent url(https://webstatic.xdns.cn/web.xdns.cn/images/icon_check.png) no-repeat center center;
    background-size: auto 100%;
}

.agent_agree_txt a {
    color: #fc9336;
}

.agent_agree_txt a:hover {
    color: #ec7c1a;
}

.agent_li_btn {
    background: #fc9336;
    color: #fff;
    cursor: pointer;
    height: 30px;
    margin: 10px auto 0;
    width: 150px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.agent_li_btn:hover {
    background: #ec7c1a;
}

/*certification*/
.certification_item_con {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.certification_item_1_con {
    padding: 30px;
}

.certification_li_1 h4 {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 10px;
}

.certification_li_1 {
    text-indent: 2em;
}

.certification_li_2 {
    padding: 20px 0;
}

.certification_li_2 h3 {
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.certification_item_2_list li {
    float: left;
    width: 45%;
    margin: 20px 2.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 50px;
    border-color: rgba(0, 0, 0, .02);
}

.certification_item_2_list li:first-child {
    margin-left: 2.5%;
}

.certification_item_2_list h4 {
    font-size: 16px;
    line-height: 35px;
    color: #000;
}

.certification_item_3_con {
    width: 100%;
    padding: 20px;
}

.certification_item_3_con p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
}

.certification_item_3_href a {
    background: #fc9336;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 20px;
    margin: 10px 0;
}

.certification_item_3_con a:hover {
    background: #ec7c1a;
}

.certification_item_3_con span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    margin: 0 3px;
    border-top: 1px solid #ccc;
    height: 0;
}

/*agreement*/
.agreement .statement_li li > ul > li > ul {
    padding-left: 20px;
}

.agreement .statement_li div {
    padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
    .alone_con, .help_search_nr {
        width: 100%;
    }

    .alone-top {
        height: 300px;
    }

    .alone-top img {
        width: auto;
        height: 300px;
    }

    .statement_nav_con {
        width: 100%;
    }

    .cooperation_item_list li {
        width: calc(25% - 22px)
    }

    .arbi_4_list li {
        width: 50%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .arbi_4_li_txt {
        width: 246px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    .help_item_1_left, .help_item_1_right {
        width: 100%;
        height: auto;
    }

    .help_list_nav {
        width: 120px;
    }

    .help_list_sub {
        width: calc(100% - 120px);
    }

    .help_list_tel {
        height: 150px;
        opacity: 0;
    }
}

@media screen and (max-width: 888px) {
    .help_item_con_list li {
        width: 50%;
    }

    .help_search_con, .help_search_hot {
        width: 80%;
    }

    .alone_item_title {
        width: 100%
    }

    .complaints_bottom {
        height: auto;
    }

    .complaints_right {
        float: left;
    }

    .appeal_item_inp input, .yg_list textarea {
        width: 100%;
    }

    .appeal_select p {
        width: 30%;
    }

    .appeal_select input {
        width: 100%;
    }

    .cooperation_item_list li {
        width: calc(33.33333% - 22px)
    }

    .certification_item_2_list li {
        width: 100%;
    }

    .certification_item_2_list li:first-child {
        margin-left: 0;
    }

    .certification_item_2_list li {
        margin: 20px 0;
    }

    .agent_2_con_inp, .agent_li_1, .agent_li_2 {
        width: 100%;
    }

    .agent_li_1 {
        margin-bottom: 20px
    }

    .arbi_2_list_l {
        padding-right: 50px;
    }

    .arbi_2_list_r {
        padding-left: 50px;
    }

    .arbi_4_con {
        padding: 60px 20px 55px;
    }
}

@media screen and (max-width: 555px) {
    .help_list_sub, .arbi_4_list li, .help_item_1_left_1, .help_item_1_left_2, .help_item_con_list li {
        width: 100%;
    }

    .help_list_nav {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .help_search_con, .help_search_hot {
        width: 95%;
    }

    .arbi_2_list_l, .arbi_2_list_r {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .arbi_1_con {
        padding: 40px 20px 45px;
    }

    .statement_nav_list {
        width: 100%;
    }

    .statement_nav_title {
        display: none;
    }

    .statement_item_con h2 {
        font-size: 22px;
    }

    .complaints_bottom_2 {
        margin-left: 10%;
    }

    .complaints .alone-top, .complaints .alone-top img {
        height: 120px;
    }

    .complaints_item_1 {
        width: 100%;
        margin-left: 0;
    }

    .appeal_item_li {
        padding-left: 0;
        padding-right: 0;
    }

    .icp_item_4_top_3 {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .icp_item_4_top_3 ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .cooperation_item_list li {
        width: calc(100% - 22px)
    }

    .cooperation_item_con > div {
        padding-left: 0;
    }

    .certification_item_2_list li {
        padding-left: 20px;
    }
}
