/*菜单栏*/
#menu_container {
    white-space: nowrap;
    text-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
    background-color: #0e0e0e;
}

#menu_container > div:nth-child(2) {
    display: inline-block;
    position: relative;
}

#logo_menu {
    display: inline-block;
}

#logo {
    background-image: url(../images/logo.png);
    background-size: 0.61rem 0.39rem;
    background-position: 0 0.13rem;
    background-repeat: no-repeat;
    width: 0.96rem;
    height: 0.68rem;
    cursor: pointer;
    display: inline-block;;
}

#menu {
    display: inline-block;
    vertical-align: top;
    position: relative;
}


.menu_item {
    display: inline-block;
    vertical-align: top;
    font-size: 0.18rem;
    color: #FFFFFF;
    height: 0.75rem;
    width: 1.40rem;
    line-height: 0.75rem;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-family: "PingFangSCLight";
}
.arraw_down{
    display: inline-block;
    margin-top: 0.33rem;
    margin-left: 0.05rem;
}
.menu_item:after {
    content: "";
    position: absolute;
    width: 1rem;
    margin-left: 0.2rem;
    height: 2px;
    background-color: #07bcc4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    font-size: 0;
    bottom: 0px;
    left: 0px;
}

.menu_item:hover {
    /*color: #FFFFFF;*/
    /*background-color: #202020!important;*/
}

.menu_item:hover:after {
    opacity: 1;
}

#menu_container .active {
    color: white;
    opacity: 1;
    /*background-color: #202020;*/
}
#menu_container>div:nth-child(1){
    border-bottom: 2px solid #202020;
    box-sizing: border-box;
}

.active:after {
    opacity: 1;
}

#menu_item_bottom_bar {
    height: 3px;
    background-color: #2c80b9;
    position: absolute;
    bottom: -0.08rem;
    left: 0.19rem;
    width: 0.53rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}
.menu_item:hover #sub_menu{
    opacity: 1;
    display: block;
    height: 5.32rem;
}
.active #sub_menu{
    opacity: 1;
    display: block;
    /*height: 5.32rem;*/
}
#sub_menu{
    transition: all  0.5s ease 0s ;
    height: 0rem;
    /*height: 5.32rem;*/
    position: fixed;
    width: 13.54rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    overflow-y: hidden;
}
.sub_menu_content{
    position: relative;
    left: 0;
    top: 0;
    width: 13.54rem;
    height: 5.32rem;
    display:inline-block;
}
.sub_menu_content_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*#sub_menu .active:after{*/
    /*transform: scale(1,1);*/
/*}*/
.sub_menu_item_container{
    border-right: 1px solid #535353;
    font-size: 0.24rem;
    position: absolute;
    margin-top: 0.2rem;
}
.sub_menu_item{
    font-size: 0.24rem;
    font-weight: bold;
    font-family: "PingFangSCRegular";
    color: white;
    display: block;
    width: 2.4rem;
    text-align: center;
    height: 0.55rem;
    line-height: 0.6rem;
    box-sizing: border-box;
    position: relative;
}
.sub_menu_item:after{
    content: "";
    position: absolute;
    width: 0.71rem;
    height: 0.05rem;
    background-color: #07c6ce;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    left: 0px;
    top: 0.48rem;
    margin-left: 0.85rem;
    border-radius: 5px;
    transform: scale(0,1);
}
.sub_menu_item:hover:after{
    transform: scale(1,1);
}
.sub_menu_item_content{
    width: 11rem;
    height:5.16rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#tel_container {
    color: #FFFFFF;
    font-size: 0.12rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    height: 0.56rem;
    width: 2.66rem;
    text-align: right;
    margin-left: 2.00rem;
}

#tel_container img {
    width: 1.01rem;
    height: 0.39rem;
    margin-top: 0.12rem;
    vertical-align: top;
}

#tel_container > div {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.08rem;
    font-size: .21rem;
    line-height: .21rem;
    margin-top: .12rem;
}

.main {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    background-color: #000000;
    overflow: hidden;

}


#bottom_container {
    width: 100%;
    text-align: center;
    background-image: url(../images/contact_us_bg.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 100px;
}

#bottom_contact {
    width: 100%;
    text-align: center;
    padding-top: .70rem;
}

#bottom_tel_container {
    text-align: center;
    color: white;
}

#bottom_tel_container > div {
    font-size: .24rem;
    padding-left: .62rem;
    margin-top: .27rem;
    background-size: .48rem .48rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/service_icon.png);
    width: 2.88rem;
    display: inline-block;
    white-space: nowrap;
}

#bottom_tel_container > div > div {
    display: inline-block;
    text-align: left;
    line-height: .24rem;
}

#bottom_tel_container > div > div:nth-child(1) {
    border-right: 2px solid #FFFFFF;
    padding-right: 0.08rem;
    margin-right: 0.08rem;
}

#bottom_tel_container > div > div:nth-child(1) > div:nth-child(2) {
    font-size: .19rem;
}

.inline {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.center_icon {
    padding-left: .34rem;
    font-size: .16rem;
    background-size: .27rem .24rem;
    background-repeat: no-repeat;
    background-position: left center;
    height: .24rem;
    display: inline-block;
    color: white;
    margin-right: .68rem;
    cursor: pointer;
}

.center_icon:last-child {
    margin-right: 0px;
}

#contact_form {
    margin-top: .18rem;
}

.contact_input {
    width: 1.26rem;
    height: .34rem;
    border-radius: 0.08rem;
    padding-left: .14rem;
    border: none;
    font-size: .18rem;
    color: #565656;
    margin-right: 0.06rem;
}

input:focus {
    outline: none;
    border: 0px;
    box-shadow: 0 0 0 0;
}

#contact_text {
    font-size: .60rem;
    display: inline-block;
    width: 8.70rem;
    color: #FFFFFF;
    padding-bottom: .25rem;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.contact_btn {
    width: .80rem;
    height: .31rem;
    background-color: #208bf8;
    font-size: .16rem;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0.08rem;
    line-height: .31rem;
    display: inline-block;
    margin-right: 0.06rem;
    cursor: pointer;
}

#bottom_content {
    color: white;
    text-align: left;
    background-color: transparent;
    height: 1.43rem;
    padding-top: .48rem;
}

#qrcode {
    width: 1.12rem;
    height: 1.34rem;
    margin-left: 2.00rem;
}

#tel_head_icon {
    width: 0.43rem;
    height: 0.43rem;
    margin-top: 0.1rem;
}

#contct_text {
    margin-left: 0.14rem;
    padding: 0 0.15rem 0 0.14rem;
    border-right: 2px solid white;
    text-align: left;
}

#slogan {
    font-size: 38px;
}

#contct_text span:nth-child(1) {
    font-size: 0.275rem;
    letter-spacing: 0.03rem;
}

#contct_text span:nth-child(3) {
    font-size: 0.18rem;

}

#tel_num {
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-left: 0.18rem;
    letter-spacing: 0.01rem;
}

.bottom_btn {
    font-size: 16px;
    padding: 0.03rem 0.13rem;
    border-right: 2px solid white;
    line-height: 0.24rem;
    cursor: pointer;
    letter-spacing: 0.03rem;
    color: white;
}

.bottom_btn:last-child {
    border-right: none;
    padding-right: 0;
}

#copy {
    background-color: #0a0a0f;
    color: white;
    font-size: 0.16rem;
    text-align: center;
    width: 100%;
    height: .48rem;
    line-height: .48rem;
}

#copy a, #copy a:link, #copy a:visited, #copy a:hover, #copy a:active {
    text-decoration: none;
    color: white;
}

.banner {
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 5.13rem;
    margin-top: 1.42rem;
    text-align: left;
    display: inline-block;
}
.banner_title{
    font-size: .48rem;
    color: #FFFFFF;
    padding-left: 3.29rem;
    padding-top: 1.32rem;
}
.banner_title span{
    color: #01b8fb;
}
.banner_desc{
    font-size: .24rem;
    color: #FFFFFF;
    padding-left: 3.57rem;
    padding-top: .30rem;
    font-family: "PingFangSCLight";
}
.banner_btn_container{
    padding-left: 3.57rem;
    padding-top: .70rem;
    white-space: nowrap;
}
.consult_btn{
    font-size: .18rem;
    padding: .11rem .35rem;
    background-color: #19bbfe;
    display: inline-block;
    color: white;
    cursor: pointer;
}
.apply_btn{
    font-size: .18rem;
    padding: .11rem .35rem;
    background-color: #011039;
    border:1px solid white;
    box-sizing: border-box;
    margin-left: .20rem;
    display: inline-block;
    color: white;
    cursor: pointer;
}
.module{
    background-size: 100% 100%;
    width: 100%;
    background-position: center top;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
}
.module_title{
    font-size: .48rem;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: .35rem;
}
.module_desc{
    font-size: .30rem;
    color: white;
    text-align: center;
    width: 100%;
    margin-top: .20rem;
    font-family: "PingFangSCLight";
}

@-webkit-keyframes rotateInZoom {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-720deg) scale(0, 0);
        transform: rotate(-720deg) scale(0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1, 1);
        transform: rotate(0) scale(1, 1);
    }
}

@keyframes rotateInZoom {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg)
    }
    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.rotateInZoom {
    -webkit-animation-name: rotateInZoom;
    animation-name: rotateInZoom
}

#fixed_menu {
    position: fixed;
    right: .144rem;
    bottom: 2.60rem;
    z-index: 1000;
    background-color: #0037f3;
    border-radius: 0.05rem;
    padding: 0.1rem 0.05rem;
}

#fixed_menu > .row_btn {
    width: .85rem;
    height: .29rem;
    background-position: center .10rem;
    background-size: auto .44rem;
    background-repeat: no-repeat;
    background-color: #0037f3;
    font-size: .16rem;
    text-align: center;
    padding-top: .56rem;
    margin-top: 0.05rem;
    color: #FFFFFF;
    border-radius: 0.08rem;
    cursor: pointer;
}

.cover_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}



.more_btn {
    padding-right: .34rem;
    background-image: url("../images/arrow-right.png?v=3");
    background-repeat: no-repeat;
    background-size: .16rem 0.216rem;
    background-position: 95% center;
    padding-top: .10rem;
    padding-bottom: .10rem;
    border-radius: .32rem;
    font-size: .24rem;
    display: inline-block;
    border: 5px solid #bfbfbf;
    padding-left: .24rem;
    cursor: pointer;
}

.more_btn::after {
    content: "进一步了解";
}

.bg_top {
    width: 11.60rem;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: -0.71rem;
    left: 0px;
}

.division {
    width: .57rem;
    height: .7rem;
    background-color: #029ea2;
    display: inline-block;
}

.full {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.position_align_center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

.cover_container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /*transition: all 1s ease 0s;*/
    /*-webkit-transition: all 1s ease 0s;*/
    /*-moz-transition: all 1s ease 0s;*/
    /*-o-transition: all 1s ease 0s;*/
    display: none;

    -webkit-animation:zoomIn 0.5s 1 ease 0s both;
}

.panel {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    min-height: 100%;
    /* margin: auto; */
    /* min-height: 100vh; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    /* -ms-flex-align: center; */
    /* align-items: center; */
    /* display: -webkit-box; */
    /* display: -webkit-flex;*/
}

.panel > div {
    position: relative;
}

.return_btn {
    background-image: url(../images/return_btn.png);
    background-size: 100% 100%;
    width: .95rem;
    height: .28rem;
    margin-left: .97rem;
    margin-top: .40rem;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.close_btn {
    background-image: url(../images/close_popup_btn.png);
    background-size: 100% 100%;
    width: .28rem;
    height: .28rem;
    cursor: pointer;
    position: absolute;
    top: .30rem;
    right: .27rem;
    z-index: 999;
}
.popup-arrow-left {
    background-image: url(../images/arrow-left.png);
    background-size: 100% 100%;
    width: .32rem;
    height: .66rem;
    cursor: pointer;
    position: absolute;
    top: 1.80rem;
    left: .60rem;
    z-index: 33;
}
.popup-arrow-right {
    background-image: url(../images/arrow-left.png);
    background-size: 100% 100%;
    width: 0.32rem;
    height: 0.66rem;
    cursor: pointer;
    position: absolute;
    top: 1.80rem;
    right: .40rem;
    z-index: 33;
    transform: scaleX(-1);
}

.phone {
    width: 2.56rem;
    height: 5.31rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: .44rem;
    margin-left: 2.47rem
}
.phone>div{
    position: absolute;
    top: .14rem;
    left: .10rem;
    width: 93%;
    height: 94%;
}
.phone>video:focus{
    outline: none;
}
.phone>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
}

.computer{
    margin-top: .75rem;
    margin-left: .86rem;
    width: 8.49rem;
    height: 6.69rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.computer .video-js,.computer video{
    position: absolute;
    width: 7.84rem!important;
    height: 4.27rem!important;
}
.computer .video-js{
    left: .30rem!important;
    top: .32rem!important;
}

.computer>video:focus{
    outline: none;
}
.computer>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
}
.pad{
    width: 5.22rem;
    height: 7.40rem;
    position: absolute;
    top: .50rem;
    right: 2.39rem;
}
.pad .video-js,.pad video{
    position: absolute;
    width: 4.53rem!important;
    height: 6.05rem!important;
}
.pad .video-js{
    left: .35rem!important;
    top: .67rem!important;
}

.pad>video:focus{
    outline: none;
}
.pad>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 2;
}

#my-player{
    width: 94%;
    left: 3%;
    height: 97%;
    top: 1.5%;
    border-radius: .30rem;
}

.pic_text {
    margin-right: .72rem;
    width: 2.69rem;
}

.pic_text:last-child {
    margin-right: 0;
}

.pic_text_bold {
    font-family: PingFangSCBold;
    font-size: .24rem;
    color: white;
    margin-top: 0.05rem;
}

.pic_text_normal {
    font-family: PingFangSCRegular;
    font-size: 0.16rem;
    color: #d3d3d3;
    margin-left: 0.16rem;
    margin-top: 0.14rem;
}
.pic_title_en {
    font-family: PingFangSCLight;
    font-size: 0.25rem;
    color: white;
}

.pic_title {
    font-size: 0.32rem;
    color: #171717;
    font-family: PingFangSCBold;
}

.pic_divide {
    width: 1.04rem;
    height: 2px;
    background-color: #171717;
    margin:0.08rem 0;
    display: inline-block;
}

.pic_descippt {
    font-size: 0.20rem;
    color: #4e4e4e;
    font-family: PingFangSCRegular;
}
.video_text{
    opacity: 0;
    position: absolute;
    right: 1.40rem;
    top: 1.81rem;
}.video_text_computer{
    opacity: 0;
    position: absolute;
    right: 1.00rem;
    top: 2.80rem;
}.video_text_pad{
    opacity: 0;
    position: absolute;
    right: 8.60rem;
    top: 2.37rem;
}


#tel_panel {
    background-image: url("../images/tel_panel.png?v=3");
    width: 3.67rem;
    height: 2.14rem;
    position: absolute;
    right: 1.04rem;
    top: 0.13rem;
    display: none;
    background-size: 100% 100%;
}


.panel_title {
    font-size: 0.20rem;
    font-family: PingFangSCRegular;
    margin-top: 0.08rem;
    display: inline-block;
}
.panel_title1 {
    font-size: 0.24rem;
    font-family: PingFangSCRegular;
    display: inline-block;
    color: #404040;
    text-align: center;
    line-height: 0.24rem;
}
.panel_title1 .bar{
    width: 0.18rem;
    height: 0.04rem;
    background-color: #208aff;
    margin-top: 8px;
    display: inline-block;
}
#wechat_panel {
    position: absolute;
    right: 0.9rem;
    top: 0.7rem;
    overflow: hidden;
    display: none;
}
#wechat_panel img{
    width: 1.76rem;
    height: 2.28rem;
}
#reservation_panel {
    position: fixed;
    right: 1.04rem;
    bottom: 0;
    display: none;
    background-size: 100% 100%;
    padding: 0.17rem 0.30rem 0.20rem 0.48rem;
    background-color: white;
}
#code_panel_content{
    position: absolute;
    height: 3.6rem;
    width: 4.9rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0.17rem 0.3rem 0.2rem 0.48rem;
    margin: auto;
    background-color: white;
    overflow: hidden;
}
#code_panel{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#code_image{
    display: inline-block;
    vertical-align: top;
    width: 1.6rem;
}
#code_panel .form-item{
    text-align: left;
    margin-top: 0.3rem;
}
#code_panel .label{
    display: inline-block!important;
    min-width: 1rem;
    font-size: 0.25rem!important;
}
#code_panel input{
    font-size: 0.2rem!important;
    padding: 0.1rem 0.06rem!important;
}
#reservation_panel .form{
    width: 4.90rem;
}
.require{
    font-size: 0.18rem;
    color: #cc3e3a;
}

#reservation_panel .label {
    display: block;
    font-size: 0.18rem;
    color: #646464;
    text-align: left;
    margin-bottom: 0.16rem;
}

.need_container {
    font-size: 0.15rem;
    color: #626262;
    padding:0 0.13rem;
    text-align: left;
}

.need_container input {
    margin-right: 0.06rem;
}

.need_container label {
    margin-right: 0.3rem;
}
.need_container label:nth-child(4n+4){
    margin-right: 0;
}

.form-item {
    margin-top: 0.12rem;
}

#reservation_panel{
    overflow: hidden;
}
#reservation_panel input[type='text'],#reservation_panel input[type='tel'], #reservation_panel textarea {
    font-size: 0.14rem;
    color: #646464;
    padding: 0.06rem;
    width: 4.70rem;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    vertical-align: top;
}
#reservation_panel input:focus{
    border: 1px solid  #208aff;;
}

#reservation_panel textarea {
    width: 1.94rem;
    height: 1.00rem
}

/*.scale{*/
/*-webkit-transform: scale(0.8,0.8);*/
/*-webkit-transform-origin: 0 0;*/
/*}*/

.submit_btn1 {
    width: 2.65rem;
    height: 0.47rem;
    font-size: 0.18rem;
    background-color: #1890ff;
    text-align: center;
    line-height: 0.47rem;
    color: white;
    border-radius: 0.05rem;
    margin-top: 0.15rem;
    cursor: pointer;
}
#submit_code{
    margin-top: 0.5rem;
}
#refresh_btn{
    display: inline-block;
    width: 1.6rem;
    margin-left: 0.5rem;
    vertical-align: top;
    margin-top: 0;
}
#send_message_btn{
    width: 1.1rem;
    height: 0.35rem;
    color: white;
    background-color: #1890ff;
    border-radius: 4px;
    font-size: 0.13rem;
    display: inline-block;
    line-height: 0.35rem;
    margin-left: 0.12rem;
    cursor: pointer;
    text-align: center;
}
.close_form_btn{
    position: absolute;
    width: 0.88rem;
    height: 0.88rem;
    background-color: #0091ff;
    border-radius: 0.88rem;
    right: -0.44rem;
    top: -0.44rem;
    cursor: pointer;
}
.close_form_btn img{
    position: absolute;
    left: 0.15rem;
    top: 0.5rem;
    width: 0.25rem;
}
#contact_name{
    width: 1.03rem;
}
#contact_tel{
    width: 1.30rem;
    margin-right: 0.06rem;
}
#tel_verity_container{
    background-color: white;
    border-radius: 0.08rem;
    margin-right: 0.06rem;
}
#tel_verity_container,#tel_verity_container div{
    display: inline-block;
}
#bottom_send_btn{
    font-size: 0.16rem;
    color: #208bf8;
    padding-right: 0.16rem;
    cursor: pointer;
}
#verity_code{
    width: 1.00rem;
}
#contact_company_name{
    width: 2.31rem;
}
.fixed_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-width: 1440px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    color: #0a0c11;
    line-height: 100px;
    font-size: 26px;
    z-index: 999;
}
.fixed_bottom span{
    color: #40f0f0;
}
.bottom_button{
    display: inline-block;
    width: 120px;
    height: 35px;
    background-color: #2591f8;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 8px 64px;
    margin-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.line{
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 0.23rem;
    background-color: white;
}