ul,
p {
    padding: 0px;
    margin: 0px;
    /*font-weight: bold;*/
}

.transform {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
}

body {
    /*max-width: 1600px;*/
    overflow-x: hidden;
    min-height: 1100px;
    margin: 0px auto;
    min-width: 900px;
    font-family: "Microsoft Yahei";
}

img {
    border: 0px;
}

.header_box {
    position: relative;
}

/** {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, #content {
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}*/

li {
    list-style-type: none;
}

.green {
    color: #009900;
}

.red {
    color: #ff0000;
}

a,
a:hover,
a:active,
a:visited {
    color: inherit;
    text-decoration: none;
    outline: 0px;
}

.dn {
    display: none !important;
}

/*.content_box {
    overflow: hidden;
}*/

.content_box {
    /*max-width: 1440px;*/
    margin: 0 auto;
}

/*头部导航*/

.nav_box {
    /*max-width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    width: 400px;
    float: left;
    padding: 14px 0px 14px 25px;
}

.btn_list {
    float: right;
    overflow: hidden;
    color: #474747;
    font-size: 16px;
}

.btn_li.active {
    color: #ea5404;
    border-bottom: 4px solid #ea5404;
    padding-bottom: 10px;
    background-color: #f6f8f7;
}

.btn_li {
    float: left;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
}

.btn_li:hover {
    color: #ea5404;
    border-bottom: 4px solid #ea5404;
    padding-bottom: 10px;
    background-color: #f6f8f7;
}

/*尾部导航*/

.footer_box {
    font-size: 12px;
    color: #b3b3b3;
    background-color: #1f1f21;
    text-align: center;
}

.footer_ul_li {
    padding: 5px 0px;
}

.footer_ul_title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0px;
}

.footer_list_box {
    margin: 0px auto;
    overflow: hidden;
    padding: 20px 0px;
    max-width: 1000px;
}

.footer_alert {
    background-color: #19191b;
}

.footer_risk {
    color: #fff;
    background-color: #ea5404;
    /* float: left; */
    padding: 3px 5px;
    border-radius: 5px;
    margin: 18px 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.footer_ul {
    float: left;
    /* width: 20%; */
    width: 25%;
    text-align: center;
}


.footer_alert_ico {
    float: left;
    padding: 20px 10px;
}

.alert1_img {
    margin-top: 5px;
}

.alert1_img img {
    width: 20px;
    height: 18px;
    vertical-align: bottom;
    padding: 0 2px 0 6px;
}

.footer_copyright {
    float: left;
    padding: 10px 15px;
}

.footer_inner {
    overflow: hidden;
    display: inline-block;
}

.footer_copyright p {
    margin: 0 0 5px;
    line-height: 18px;
}

.top_nav {
    /* height: 35px; */
    background: rgba(0, 0, 0, 0.5);
    min-width: 115px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    /*max-width: 1440px;*/
    position: absolute;
    z-index: 1000;
    /*left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
}

.top_pic {
    position: relative;
}

.top_nav_btn.active,
.top_nav_btn:hover {
    color: #fca576;
}

.top_nav_btn {
    padding: 0px 20px;
    display: block;
}

.top_nav_btn:last-child {
    /* margin-right: 230px; */
}

.goTotop {
    width: 1px;
    height: 1px;
    position: absolute;
}

@media screen and (max-width: 1100px) {
    body {
        overflow: auto;
    }
    .btn_list {
        font-size: 14px;
    }
}


.SideList {
    right: 0%;
    position: fixed;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 281px;
    z-index: 100;
}

.SideBtn {
    background-image: url(../images/Side_bg.png);
    width: 50px;
    height: 50px;
    margin: 5px;
    background-size: auto;
    cursor: pointer;
}

.SideBtn.active {
    margin-left: 0px;
    padding-left: 5px;
    background-color: #1f3c57;
}

.SideBtn_qccode {
    background: url("../images/dc_icon1.png")
}

.SideBtn_qrcode {
    background-position: -60px -4px;
}

.SideBtn_download {
    background-position: -60px -58px;
}

.SideBtn_call {
    background-position: -60px -112px;
}

.SideBtn_online {
    background-position: -60px 107px;
}

.SideBtn_purchase {
    background-position: -60px 53px;
}

.SideBtn_qccode.active {
    background: url("../images/dc_icon_active.png") no-repeat;
}

.SideBtn_qrcode.active {
    background-position: 0px -4px;
}

.SideBtn_download.active {
    background-position: 0px -58px;
}

.SideBtn_call.active {
    background-position: 0px -112px;
}

.SideBtn_online.active {
    background-position: 0px 107px;
}

.SideBtn_purchase.active {
    background-position: 0px 53px;
}

.SideTips {
    float: left;
    margin-top: 5px;
    margin-right: -1px;
}

.SideBtnList {
    float: left;
}

.Side_qrcode {
    margin-top: 55px;
}

.Side_call {
    margin-top: 165px;
    background-color: #1f3c57;
    color: #fff;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 28px;
}


.Side_online {
    margin-top: 150px;
}

.Side_download_url {
    display: block;
    padding: 5px 20px;
}

.Side_download {
    background-color: #1f3c57;
    color: #fff;
    padding: 10px 0px;
    margin-top: 110px;
    font-size: 16px;
}


.Side_download_url.active {
    color: #ed5f00;
}

.Side_download_url.active:before {
    content: "•";
    margin-right: 5px;
    margin-left: -10px;
}

/*.Side_download_url:hover {
    color: #ed5f00;
}*/

.Side_purchase_center {}

.Side_purchase a {
    width: 110px;
    height: 37px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #f68302;
    display: block;
    margin: 3px;
    outline: none;
    border: 0;
    text-align: center;
    line-height: 37px;
}

.Side_purchase {
    background-color: #1f3c57;
    padding: 10px;
    margin-top: 221px;
}

.qccode_img {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 130px;
    height: 130px;
}

/*compatible_browser_tips*/
.compatible {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0px;
    z-index: 10000;
}

.compatible_browser {
    width: 548px;
    height: 378px;
    margin: 10% auto;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    position: relative;
}

.browser_list_li {
    display: inline;
    margin: 10px 8px;
}

.browser_list {
    text-align: center;
}

.compatible_browser_list_title {
    text-align: center;
}

.compatible_browser_tilte {
    text-align: center;
    overflow: hidden;
    margin: 30px auto;
    width: 250px;
}

.browser_tips {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.browser_logo {
    float: left;
}

.browser_title {
    float: left;
    line-height: 82px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.compatible_browser_list {
    margin-top: 40px;
}

.logo_text {
    text-align: right;
    margin: 10px 20px;
    font-size: 12px;
    color: #474747;
}

.compatible_close {
    background-image: url(../images/compatible_browser_close.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.SideBtn_live {
    background-image: url('../images/live_icon.png');
    display: block;
}