*{scrollbar-width: none}
:root {
    --bg: url('../../statics/js/modules/images/bizhi001.jpg');
}

a, a:hover, a:visited, a:active {
    color: white;
    text-decoration: none;
}

*::-webkit-scrollbar {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/*#inputKeyWord{*/
/*    width: 100%;*/
/*    background: url('../img/logo.png') 10px 10px no-repeat;*/
/*}*/

.banner-box {
    position: relative;
}

.gary {
    position: fixed;
    top: 0;
    /*background-color: rgba(0,0,0,0.3);*/
    background-color:#6100A4;
    height: 66.1px;
    width: 100%;
    z-index: 9999;

}
.bizhi{
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    z-index:-1;
    /*background: linear-gradient(to bottom right, #5d80fe , #56c9ff);*/
    background: var(--bg) no-repeat fixed;
    background-size: cover;
}
.bizhi:before{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(15px);
    z-index: 2;
}
.bizhi:after{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(0px);
    z-index: 2;
    animation:mymove1 3s ease 0s 1 normal;
}
.drag{
    position: absolute;
    /*left:50%;*/
    /*top:50%;*/
    /*transform: translate(-50%,-50%);*/
    width:100%;
    height:100%;
    text-align: center;
    background-color: rgba(0,0,0,0);
    z-index:11;
    animation:mymove2 3s ease 0s 1 normal;
}
@keyframes mymove1
{
    from { filter: blur(20px);}
    to { filter: blur(0px);}
}
@keyframes mymove2
{
    from { background-color: rgba(0,0,0,0.5);}
    to { background-color: rgba(0,0,0,0);}
}



.bizhi-choice{
    position: fixed;
    bottom: 30px;
    right: 10px;
    height: 0;
    width: 0;
    /*height: 200px;*/
    /*width: 100px;*/
    padding: 10px 0;
    z-index: 99;
    overflow: auto;
    list-style: none;
}

.bizhi-choice li{
    width: 60px;
    height: 60px;
    border-radius:50%;
    padding: 10px;
    cursor: pointer;
    margin: 0 auto;
}
.bizhi-choice li img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius:50%;
    border: 3px rgba(255, 255, 255, 0.48) solid;
}

.bizhi-choice li:hover{
    height: 60px;
    width: 60px;
    padding: 0;
    margin: 0 auto;
    border: 3px rgba(255, 255, 255, 0.48) solid;
    box-shadow: 0 0 10px #ffed3e;
    border-radius:50%;
}
.bizhi-choice li:hover img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius:50%;

}










.logo {
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: 99999;
}

.logo img {
    width: 120px;
    height: 35px;
    margin: 4px 20px;
}

.guider {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 700px;
    z-index: 99999;
    overflow: auto;
    color: #FFF;
    font-size: 16px;
}

.guider li {
    width: 20%;
    float: left;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
}

.guider li:not(.login):hover {
    background:  #9C28ED;
    padding: 5px 5px;
    border-radius: 20px;
}

.guider li.active {
    background:  #9C28ED;
    padding: 5px 5px;
    border-radius: 20px;
}

.login {
    color: white;
    background: #9C28ED;
}

.swiper-container img {
    width: 100%;
}

#notices {
    background-color: #efefef;
    overflow: auto;
}

.icon-notice {
    background-color: #ffa347;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 20px;
    border-radius: 3px;
    color: white;
    display: block;
    float: left;
}

.notice {
    float: left;
    width: 80%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.notice li {
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.notice-more {
    color: #444;
    display: block;
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.notice-more:hover {
    background-color: #f0a30a;
}

/**  第一板块 */
.special-box {
    width: 60%;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    font-weight: 600;
    color: #ffa347;
    text-align: center;
    margin: 100px 20% 30px;
    border: 4px #ffa347 solid;
    position: relative;
}

.top-circle {
    position: absolute;
    top: -11px;
    left: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffa347;
}

.top-line {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffffff;
}

.bottom-circle {
    position: absolute;
    bottom: -11px;
    right: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffa347;
}
#captcha-box {
    margin-top: 4rem;
}
.bottom-line {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffffff;
}

.center-p {
    width: 60%;
    margin: 0 20%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.sight {
    width: 1000px;
    margin: 50px auto 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.sight li {
    width: 250px;
    padding: 10px 0;
    float: left;
    position: relative;
    cursor: pointer;
}

.sight li img {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ffa347;
}

.sight li.active img {
    box-shadow: 2px 5px 10px #666;
}

.sight li p {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.sight li div {
    width: 20%;
    height: 30%;
    transform: rotate(45deg);
    position: absolute;
    bottom: -40px;
    left: 40%;
    margin: 0 auto;
    z-index: 2;
}

.sight li.active div {
    background: #77727a;
}

.sight-detail {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sight-detail li {
    display: none;
    height: 500px;
    padding: 50px;
    background-image: url("../js/modules/images/sight-bg.png");
    background-size: cover;
    position: relative;
}
.sight-detail li.active{
    display: block;
}
.sight-detail li.active p{
    animation: showDesc 1s;
    padding: 50px;
    color: white;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
}
.sight-detail li img {
    display: block;
    width: 100%;
}

/**  第二板块 */
.special-box2 {
    width: 60%;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 100px 20% 30px;
    border: 4px white solid;
    position: relative;
}

.top-circle2 {
    position: absolute;
    top: -11px;
    left: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
}

.top-line2 {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffa347;
}

.bottom-circle2 {
    position: absolute;
    bottom: -11px;
    right: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
}

.bottom-line2 {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffa347;
}

.center-p2 {
    width: 60%;
    margin: 0 20%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.panel-list {
    margin: 50px 0;
    list-style: none;
    padding: 0;
    overflow: auto;
}

.panel-list li {
    width: 25%;
    height: 370px;
    float: left;
    padding: 0;
    background-size: 100% 100%;
    border-right: 1px #ffa347 solid;
    position: relative;
}

.panel-list li div {
    padding: 50px 20px;
}

.panel-list li div h3 {
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 70px;
    padding: 0;
    text-align: center;
}

.panel-list li div p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 40px;
}

.panel-list li .zheng {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffa347;
    display: block;
    width: 100%;
    height: 100%;
}

.panel-list li .fan {
    display: none;
}

.panel-list li.active .zheng {
    display: none !important;
}

.panel-list li.active .fan {
    animation: showFang 1s;
    background-color: rgba(25, 37, 42, 0.7);
    color: white;
    display: block !important;
    width: 100%;
    position: absolute;
    top:0;
    bottom: 0;
}

/**  第三板块 */
.well {
    width: 100%;
    height: 800px;
    background-size: cover;
    border: none;
}

.special-box3 {
    width: 60%;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    font-weight: 600;
    color: black;
    text-align: center;
    margin: 100px 20% 30px;
    border: 4px black solid;
    position: relative;
}

.top-circle3 {
    position: absolute;
    top: -11px;
    left: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: black;
}

.top-line3 {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: white;
}

.bottom-circle3 {
    position: absolute;
    bottom: -11px;
    right: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: black;
}

.bottom-line3 {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: white;
}

.center-p3 {
    width: 60%;
    margin: 0 20%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: black;
}

.user-phone {
    width: 50%;
    margin: 50px auto;
}

.user-phone input {
    width: 70%;
    display: block;
    float: left;
    height: 50px;
    padding-left: 20px;
    border: 1px #ffa347 solid;
}

.user-phone div {
    display: block;
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    background-color: #ffa347;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.case-list {
    list-style: none;
    margin-top: 100px;
    height: 450px;
    overflow: hidden;
    padding: 0 4%;
}

.case-list li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 10px;
    position: relative;
}
.case-list li div{
    display: none;
}

.case-list li.active div {
    animation: showCase 1s;
    display: block !important;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.case-list li.active div>img{
    display: block;
    width:50%;
    margin: 100px auto;

}

.case-list li>img {
    width: 100%;
}


/**  第四板块 */

.width_control {
    width: 100%;
    overflow: hidden;
    min-width: 1000px;
    max-width: 2000px;
    margin: 0 auto;
    position: relative;
}

.fixed_width {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.fixed_wrapper {
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
}

.footer_wrapper {
    background: #6100A4;
    color:white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    height: 50px;
    line-height: 50px;
}

.footer_wrapper .yinlian {
    width: 299px;
}

.footer_wrapper .fixed_width {
    overflow: hidden;
    position: relative;
}

.footer_wrapper .fixed_width .footer_cot {
    float: left;
    color: #fff;
    overflow: hidden;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .fixed_width .footer_cot h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fefefe;
    margin-bottom: 24px;
    margin-top: 0;
}

.footer_wrapper .footer_cot p {
    font-size: 12px;
    line-height: 29px;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .footer_cot p a {
    color: #fff;
}

.footer_wrapper .footer_cot div {
    overflow: hidden;
}

.footer_wrapper .about_link a {
    color: #fff;
    font-size: 12px;
    float: left;
    margin-right: 44px;
    margin-bottom: 20px;
    padding-bottom: 1px;
    font-family: 'Microsoft Yahei';
    border-bottom: 1px solid transparent;
}

.footer_wrapper .about_link a:hover {
    border-bottom: 1px solid #fff;
}

.footer_wrapper .about_link {
    width: 184px;
}

.footer_wrapper .fixed_width .about_link h3 {
    margin-bottom: 28px;
}

.footer_wrapper .footer_box {
    width: 220px;
}

.footer_wrapper .hot_footer {
    margin-top: 46px;
}

.footer_wrapper .hot_footer a {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
    font-family: 'Microsoft Yahei';
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    width: auto;
}

.footer_wrapper .hot_footer a:hover {
    border-bottom: 1px solid #fff;
}

.footer_wrapper .footer_weixin {
    position: absolute;
    right: 15px;
    top: 52px;
    width: 122px;
    text-align: center;
}

.footer_wrapper .footer_weixin2 {
    position: absolute;
    right: 150px;
    top: 52px;
    width: 122px;
    text-align: center;
}

.footer_wrapper .footer_weixin img {
    width: 122px;
    height: 122px;
    margin-bottom: 8px;
}

.footer_wrapper .footer_weixin2 img {
    width: 122px;
    height: 122px;
    margin-bottom: 8px;
}

.footer_wrapper .footer_weixin {
    font-size: 12px;
    color: #fff;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .footer_weixin2 {
    font-size: 12px;
    color: #fff;
    font-family: 'Microsoft Yahei';
}

.footer_wrapper .footer_bot {
    height: 56px;
    background: #0C172B;
    color: #fff;
    font-size: 12px;
}

.footer_wrapper .footer_bot .footer_bot_box {
    margin-left: 308px;
    overflow: hidden;
}

.footer_bot .fixed_width {
    padding-top: 0;
    height: 100%;
    line-height: 56px;
}

.footer_wrapper .footer_bot .footer_bot_box span {
    margin-right: 24px;
    float: left;
}

.footer_wrapper .footer_bot .footer_bot_box i {
    float: left;
    background: url(gongan_icon.png) no-repeat center;
    margin-left: 22px;
    margin-right: 26px;
    width: 23px;
    height: 56px;
}

.footer_wrapper .footer_bot .footer_bot_box b {
    float: left;
    background: url(../js/modules/images/yingye_icon.png) no-repeat center;
    width: 27px;
    height: 56px;
}
#register-box2{
    min-height: 500px;
    padding: 50px 0 20px;
    position: relative;
    background-color: white;
    z-index: 3;
}
#register-box{
    width: 80%;
    min-height: 500px;
    margin: 150px auto 50px;
    padding: 50px 0 20px;
    position: relative;
    background-color: white;
    box-shadow: 0 0 5px 1px #eee;
    z-index: 3;
}
#register-box label{
    color:#333333;
    line-height: 28px;
    padding-top:0;
}
.img-box{
    width: 100%;
}
/** 登录页*/
#login-box {
    width: 400px;
    min-height: 300px;
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: white;
    box-shadow: 0 0 5px 1px #ccc;
    border-radius: 20px;
    position: relative;
}

#login-box label{
    position: absolute;
    left: 10px;
    top: 21px;
    color: #444;
}
#login-box label img{
    position: absolute;
    width: 20px;
    height: 20px;
}

#login-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
    text-align: center;
    color: black;
}

#forget-box > p {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    color: white;
}
.agreeRule{
    width:fit-content;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    color: #5692ff;
    cursor: pointer;
}
.forget-pwd {
    text-align: right;
    color: #5692ff;
    cursor: pointer;
    width: fit-content;
    float: right;
    margin-right: 30px;
    font-size: 12px;
}
.register-new{
    text-align: left;
    color: #5692ff;
    cursor: pointer;
    width: fit-content;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
#loginBtn,#loginBtn2{
    display: block;
    width: 300px;
    height: 40px;
    background-color: #9C28ED;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px auto;
    color: white;
}
#pwdBtn ,#registerBtn,#nextBtn,#resetBtn,#reqBtn{
    display: block;
    width: 200px;
    height: 40px;
    background-color: #2d8cf0;
    border: none;
    border-radius: 3px;
    font-size: 20px;
    cursor: pointer;
    margin: 30px auto;
    color: white;
}
#goLoginBtn{
    display: none;
    width: 200px;
    height: 40px;
    background-color: #2d8cf0;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    cursor: pointer;
    margin: 50px auto;
    color: white;
}

.forget-box {
    display: none;
}

.input-box {
    text-align: center;
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.input-box input {
    width: 300px;
    height: 40px;
    /*border:none;*/
    /*border-bottom: 1px #eee solid;*/
    border: 1px #C3C3C3 solid;
    padding-left: 40px;
    margin: 10px auto;

}



#msg,#msg2,#msg3,#msg4 {
    color: red;
    text-align: center;
}

.btn_yzm {
    position: absolute;
    display: inline-block;
    color: white;
    height: 30px;
    line-height: 30px;
    right: 60px;
    background-color: #3981ee;
    width: 100px;
    top: 10px;
    cursor: pointer;
}
.btn_yzm2{
    display: inline-block;
    color: white;
    height: 30px;
    line-height: 30px;
    right: 60px;
    background-color: #3981ee;
    width: 100px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.img_yzm {
    position: absolute;
    display: inline-block;
    color: white;
    height: 30px;
    line-height: 30px;
    right: 60px;
    background-color: #3981ee;
    width: 100px;
    top: 10px;
}
.img_yzm2 {
    display: inline-block;
    color: white;
    height: 30px;
    line-height: 30px;
    right: 60px;
    background-color: #3981ee;
    width: 100px;
    top: 10px;
}

/**帮助中心 */
.tag-box {
    margin-top: 100px;
    margin-bottom: 20px;
}

.help-search {
    margin: 20px 0;
    list-style: none;
    overflow: hidden;
}
.help-product-list {
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.help-product-list li {
    margin: 20px 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #eeeeee;
    color: #666666;
    float: left;
}

.help-product-list li.active {
    background-color: #ff6242 !important;
    color: white !important;
}

.help-product-list li img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffa347;
}

.help-product-list li p {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.help-box {
    margin-bottom: 50px;
    background-color: white;
    box-shadow: 0 0 5px 1px #ccc;
    padding: 30px;
}
.help-tree {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 700px;
    font-size: 14px;
    border: 1px #eee solid;
    cursor: pointer;
}

.help-tree > li {
    border-bottom: 1px #eee solid;
}

.help-tree div {
    margin: 10px;
}

.help-tree > li > div > i {
    transform: rotate(-90deg);
}

.help-tree > li > dl {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.help-tree > li.active > dl {
    display: block !important;
}

.help-tree > li > dl > dd {
    padding: 10px 20px;
    border-top: 1px #eee solid;
}

.help-tree > li > dl > dd.active {
    background-color: #ffa347;
    color: white;
}

.help-content {
    min-height: 700px;
    padding: 0 !important;
}

.search-content {
    display: none;
    min-height: 700px;
    border: 1px #eee solid;
    padding: 0 !important;
}

.search-content li {
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px #eee solid;
}

.search-content li span {
    color: red;
}

/** 通知公告页面*/
.notice-box {
    margin-top: 100px;
    margin-bottom: 50px;
}

.notice-box h3 {
    text-align: center;
}

.notice-list {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 700px;
    font-size: 14px;
    border: 1px #eee solid;
    cursor: pointer;
}

.notice-list li {
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.notice-list li.active {
    background-color: #ffa347 !important;
    color: white !important;
}

.notice-list li:hover {
    background-color: rgba(255, 163, 71, 0.61) !important;
    color: white !important;
}

.notice-list li:nth-child(even) {
    background-color: #eee;
}

.notice-content {
    min-height: 700px;
    border: 1px #eee solid;
    padding: 0 !important;
}
/** 用户反馈 */
.form-box {
    margin-top: 150px;
    background-color: white;
    color: #333333;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 1px #ccc;
}

.form-box h3 {
    text-align: center;
    padding: 20px;
}

/** 产品介绍 */
.msg-box {
    width: 375px;
    line-height: 50px;
    text-align: center;
    color: white;
    margin: 165px auto 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.md-detail {
    margin: 50px auto 0;
    overflow: auto;
}
.operation{
    background:#aee4ff;
    padding:10px;
    margin:0 auto;
}
.operation .op-info{
    background-size: cover;
    height: 600px;
    margin-top:50px;
}

.special-box-white {
    width: 60%;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: 100px 20% 30px;
    border: 4px #ffffff solid;
    position: relative;
}
.gray .top-line {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: #eee;
}
.gray .bottom-line {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: #eee;
}
.special-box-white .top-line {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffa248;
}
.special-box-white .bottom-line {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: #ffa248;
}
.special-box-white  .bottom-circle {
    position: absolute;
    bottom: -11px;
    right: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
}
.special-box-white .top-circle {
    position: absolute;
    top: -11px;
    left: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
}

.special-box-black {
    width: 60%;
    height: 90px;
    line-height: 90px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 100px 20% 30px;
    border: 4px #000 solid;
    position: relative;
}
.special-box-black .top-line {
    position: absolute;
    top: -4px;
    left: 98px;
    width: 100px;
    height: 4px;
    background-color: #aee4ff;
}
.special-box-black .bottom-line {
    position: absolute;
    bottom: -4px;
    right: 98px;
    width: 100px;
    height: 4px;
    background-color: #aee4ff;
}
.special-box-black  .bottom-circle {
    position: absolute;
    bottom: -11px;
    right: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
}
.special-box-black .top-circle {
    position: absolute;
    top: -11px;
    left: 80px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
}

.yx{
    color:#a75300;
    font-size:18px;
    text-decoration:underline;
    margin:20px 10px;
    cursor: pointer;
}
.yxinfo{
    background:#edf8fe;
    padding:20px;
    text-indent: 20px;
    color:#666;
    font-size:14px;
    border-radius:10px;
    width: 80%;
    margin:10px;
    box-shadow: 2px 2px 20px #666;
}
.op-left{
    float:left;
    width:15%;
    margin: 50px 5%;
}
.op-right{
    float:right;
    width: 75%;
    overflow:hidden;
    margin-top:100px;
}
.op-left li{
    background:#059fd0;
    color:#ffffff;
    font-size:18px;
    text-align:center;
    line-height:80px;
    height:80px;
    cursor: pointer;
    list-style:none;
}
.op-left li.active{
    background:#ffffff;
    color: #059fd0;
    font-size:18px;
}
.op-right li{
    float: left;
    width: 20%;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    border: 1px dashed #fff;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    height: 380px;
    padding: 20px 10px;
    list-style:none;
}

.op-right li h4 {
    text-align: center;
}
.question-list{
    overflow:hidden;
    margin: 50px auto 30px;
}
.question-list li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 350px;
    color: #333;
    text-align: center;
    font-size:16px;
}

.question-list li.active{
    color:#ffa347;
}

.question-more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #069fd0;
    color: white;
    font-size: 16px;
    margin: 50px auto;
    cursor: pointer;
}

.point{
    width: 33%;
    float: left;
    position: relative;
}
.point .circle{
    border:1px #e1e1e1 solid;
    width:30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #e1e1e1;
}
.point .circle i{
    color:#e1e1e1;
}
.point .line{
    width:100%;
    height: 5px;
    margin: -17.5px auto;
    background: #e1e1e1;
}
.point span{
    display: block;
    width: 100%;
    text-align: center;
    font-size:16px;
    margin: 40px auto 0;
    color:#333333;
}
.active .circle{
    border:1px #2d8cf0 solid;
    background-color: #2d8cf0;
}
.active .circle i{
    color:white !important;
}
.active .line{
    background-color: #2d8cf0;
}
#step2,#step3{
    display: none;
}




.pw-strength {clear: both;position: relative;top: 8px;width: 180px;}
.pw-bar{background: url(../js/modules/images/pwd-1.png) no-repeat;height: 14px;overflow: hidden;width: 179px;}
.pw-bar-on{background:  url(../js/modules/images/pwd-2.png) no-repeat; width:0px; height:14px;position: absolute;top: 44px;left:17px;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 60px;}
.pw-medium .pw-bar-on {width: 120px;}
.pw-strong .pw-bar-on {width: 179px;}
.pw-txt {padding-top: 2px;width: 180px;overflow: hidden;}
.pw-txt span {color: #333333;float: left;font-size: 12px;text-align: center;width: 58px;}

@keyframes showFang {
    0%{top: 200px}
    100%{top: 0}
}
@keyframes showDesc {
    0%{height: 0}
    100%{height: 400px;}
}
@keyframes showCase {
    0%{top: 200px}
    100%{top: 0}
}


#captcha,#captcha1,#captcha2{
    width: 300px;
    display: inline-block;
}

#text,#text1,#text2 {
    height: 42px;
    width: 298px;
    text-align: center;
    border-radius: 2px;
    background-color: #F3F3F3;
    color: #BBBBBB;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 42px;
}

#wait,#wait1,#wait2 {
    display: none;
    height: 42px;
    width: 298px;
    text-align: center;
    border-radius: 2px;
    background-color: #F3F3F3;
}

.loading {
    margin: auto;
    width: 70px;
    height: 20px;
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 18px 4px;
    background: #ccc;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    opacity: 0;

    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;

    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}
.geetest_logo,.geetest_success_logo{
    display: none;
}
.btns div{
    width:150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    border:1px #444 solid;
    color:#444;
    background-color: white;
    font-size: 16px;
    margin: 20px;
    cursor: pointer;
    float: left;
}
#msg{
    margin: 20px;
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
}
.compony-logo {
    /*border: 1px #fff solid;*/
    /*border-radius: 50%;*/
    margin: 10px auto;
    display: block;
    padding: 5px;
    width: 156px;
    height: 171px;
    /*background: white;*/
    /*box-shadow: 0 0 5px 1px #ccc;*/
    position: absolute;
    top:-25%;
    left: 30%;
}

