.vk_company_pc {
    display: block;
}

.vk_company_app {
    display: none;
}

.company-titleH2 {
    margin-top: 60px;
}

.dj_china {
    display: block;
}

.app_com_list {
    display: none;
}

.com_cop {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #1E7295;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.company-section-type03>div {
    padding: 0;
}

.company_map_con {
    height: auto;
}

.vk_p3 {
    min-height: auto;
}

.home_swiper {
    width: 100%;
    height: 460px;
}

.home_swiper_slide {
    width: 960px !important;
    height: 460px !important;
    position: relative;
}

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

.home_slide_mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.swiper-slide-active .home_slide_mask {
    display: none;
}

.home_prev {
    left: calc(100% - 1300px) !important;
}

.home_next {
    right: calc(100% - 1300px) !important;
}

.top_column_tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 5px;
    background: rgba(0, 148, 221, .9);
    color: #fff;
    font-size: 110%;
    text-align: center;
}

.vk_new_title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0px !important;
    height: 0px !important;
}

.com_img_pc {
    display: block;
}

.com_img_app {
    display: none;
}

.company_int {
    width: 100%;
    height: 600px;
    background: url(../images/110.png) no-repeat center;
    background-size: cover;
}

.company_int_con {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.company_int_p {
    width: 440px;
    height: 356px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.join_title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin: 30px auto !important;
    text-align: center;
}

.join_con {
    display: flex;
    justify-content: space-between;
    margin-top: 16px !important;
}

.join_con_l {
    width: 475px;
    min-height: 100px;
    background: #5BC3EE;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-wrap: wrap;
}

.join_con_l span {
    font-size: 13px;
    font-weight: 400;
}

.join_con_l_item {
    width: 475px;
    min-height: 100px;
    background: #5BC3EE;
    margin-bottom: 16px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.join_con_l_item span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.join_con_r span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}



.join_con_r {
    width: 475px;
    height: 252px;
    background: #5BC3EE;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-wrap: wrap;
}

.staff_list {
    width: 100%;
    justify-content: space-between;
}

.staff_item {
    width: 300px;
    height: 400px;
    position: relative;
    margin-bottom: 50px;
}

.staff_item_con {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
}

.staff_item_con p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}


.staff_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.staff_p {
    height: 70px;
}

.join_pc {
    display: block;
}

.join_app {
    display: none;
}

@media screen and (max-width: 960px) {
    .vk_company_pc {
        display: block;
    }

    .company-section-type03>div {
        padding: 0 !important;
    }

    .vk_company_app {
        display: none;
        border: 1px solid red;
    }

    .app_container {
        padding: 0 10px;
    }

    .app_title {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        margin-top: 10px;
    }

    .app_title_line {
        width: 100px;
        height: 4px;
        background: #00CDFF;
        margin: 10px auto;
    }

    .app_video {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .staff_p {
        height: 45px;
    }

    .his_img {
        display: none;
        width: 320px;
        height: 100px;
        position: absolute;
        left: 50%;
        bottom: -110px;
        z-index: 100;
        transform: translateX(-50%);
    }

    .his_img img {
        width: 100% !important;
        height: auto;
    }
    .join_pc {
        display: none;
    }

    .join_app {
        display: block;
        width: calc(100% - 18px);
        margin: 0 auto;
    }

    .join_app_title {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        margin: 25px auto 0px auto;
        text-align: center;
    }

    .join_app_line {
        width: 100px;
        height: 4px;
        background: #00CDFF;
        margin: 15px auto;
    }

    .join_con_item {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        background: #5BC3EE;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .join_con {
        flex-wrap: wrap;
    }

    .join_con_r {
        padding: 0 15px;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 25px;
    }

    .join_con_title {
        margin-top: 30px;
    }

    .staff_list {
        flex-wrap: wrap;
    }

    .staff_item {
        width: 100%;
        height: 210px;
        margin-bottom: 15px;
    }

    .staff_item_con {
        padding: 0px 10px;
    }

    .staff_title {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .staff_item_con p {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
    }

    .join_item_title {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        margin: 10px 15px;
    }

    .join_item_address {
        font-size: 13px;
        margin: 12px 15px;
    }

    .join_item_btn {
        width: 100px;
        height: 36px;
        font-size: 14px;
        margin: 20px 15px;
    }

    .company_int {
        width: 100%;
        height: 450px;
        background: url(../images/111.png) no-repeat center;
        background-size: cover;
    }

    .company_int_con {
        width: 100%;
    }

    .company_int_p {
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        text-align: justify;
        padding: 0 20px;
    }
}

.vk_made_r_pc {
    display: block;
}

.vk_made_r_app {
    display: none;
}

.qr_text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px !important;
}

@media screen and (max-width: 767px) {

    .home_swiper_slide {
        width: 100% !important;
        height: 450px !important;
        position: relative;
    }

    .app_pad_l_10 {
        padding: 0 10px;
    }

    .vk_video {
        height: auto;
        margin-top: 0 !important;
    }

    .com_img_pc {
        display: none;
    }

    .com_img_app {
        display: block;
    }

    .vk_made_r_pc {
        display: none;
    }

    .vk_made_r_app {
        display: block;
    }

    .vk_img_pc2 {
        display: none;
    }

    #certify {
        display: none;
    }

    .company_map_con {
        width: 100%;
    }

    .company_map_pop {
        width: 100%;
        top: 80px;
    }

    .company_map_pop_sec {
        width: 100%;
        top: 100px;
        z-index: 10;
    }

    .vk_company_con_title_sec {
        margin-top: 20px;
    }

    .company-map {
        height: 366px;
        margin-top: 0;
        background: url(../app_img/map.png) no-repeat center / 460px auto;
    }

    .company-section-type03>div {
        padding: 0px 0 25px;
    }

    .company_title {
        padding-top: 20px;
        font-size: 16px;
    }

    .company-map-list ul {
        padding: 5px 0 5px 10px;
        max-width: 200px;
        display: flex;
        flex-wrap: wrap;

    }

    .company-map-list ul li {
        margin: 5px;
    }

    .company-map__list ul li {
        font-size: 180%;
    }

    .company-map__list-icon-type01:before {
        width: 15px;
        height: 20px;
    }

    .company-map__list-icon-type02:before {
        width: 15px;
        height: 20px;
    }

    .company-map__list-icon-type03:before {
        width: 15px;
        height: 20px;
    }

    .com_cop {
        bottom: 5px;
        font-size: 14px;
    }

    .company-titleH2 {
        margin-top: 10px;
    }

    .vk_company_info {
        display: block;
    }

    .vk_company_con {
        width: 100%;
        padding: 0 10px 10px;
        height: auto;
    }

    .vk_company_img {
        width: 100%;
        height: auto;
    }

    .company-titleH2 h2 {
        font-size: 152%;
    }

    .vk_company_img2 {
        width: 100%;
    }

    .dj_china {
        display: none;
    }

    .app_com_list {
        display: block;
        margin-top: 20px;
    }

    .app_com_item {
        width: 90%;
        min-height: 105px;
        padding: 10px;
        margin: 10px auto 0 auto;
        box-shadow: 0 0 11px rgba(125, 125, 125, .2);
    }

    .app_com_item_title {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }

    .app_com_item_tel {
        font-size: 12px;
        font-weight: bold;
        color: #0094DD;
    }

    .app_com_item_address {
        font-size: 12px;
        font-weight: bold;
        color: #6C6C6C;
        margin: 7px 0;
    }

    .app_com_item_tag {
        display: flex;
    }

    .vk_title {
        margin-bottom: 5px;
    }

    .vk_made_con {
        box-shadow: none;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .vk_made_l {
        width: 100%;
    }

    .made_icon_item {
        width: 32%;
    }

    .made_icon_item2 {
        width: 49%;
    }

    .vk_made_r {
        width: 100%;
        margin: 10px 0;
    }

    .vk_made_r span {
        font-size: 14px;
    }

    .made_box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .made_item {
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .made_item_img {
        width: 100%;
        height: auto;
    }

    .made_item_con {
        width: 100%;
        text-align: justify;
        padding: 0 10px;
    }

    .devote_box {
        flex-wrap: wrap;
    }

    .devote_left {
        width: 100%;
    }

    .devote_right {
        width: calc(100% - 20px);
        flex-wrap: wrap;
    }

    .devote_con {
        width: 100%;
        padding: 0 20px;
    }

    .devote_title {
        width: 100%;
    }

    .home_list_tag {
        margin-left: 10px;
    }

    .devote_item {
        padding-left: 15px;
    }

    .devote_item img {
        left: 0px;
    }

    .app_pad_20 {
        margin-top: 20px;
    }

    .company-history__item:nth-child(even) .company-history__text>div:not(.pb-handle):hover:before {
        top: 8px;
        left: -23px;
    }
}

.vr_pc {
    padding-top: 60px;
}

.vr_banner {
    height: 500px;
    margin: 30px 0;
    position: relative;
    background: url(../img5/banner.png) no-repeat;
    background-size: cover;
}

.vr_banner_con {
    position: absolute;
    width: 960px;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
}

.vr_banner_box {
    width: 520px;
    height: 400px;
    background: rgba(0, 162, 239, 0.9);
    padding: 120px 0 0 0;
    text-align: center;
}

.vr_banner_title_en {
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
}
.vr_banner_title_cn {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 20px 0 17px;
}

.vr_banner_line {
    width: 100px;
    height: 4px;
    background: #FFFFFF;
    margin: 0 auto;
}

.vr_banner_p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 17px;
}

.vr_title {
    font-weight: 400;
    font-size: 30px;
    color: #322E46;
    line-height: 30px;
    text-align: center;
    margin-top: 60px;
}

.vr_title_en {
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 20px;
    text-align: center;
    margin: 17px auto 50px auto !important;
}

.vr_p {
    width: 986px;
    font-weight: 400;
    font-size: 16px;
    color: #313131;
    line-height: 32px;
    margin: 0 auto;
}

.vr_show {
    min-height: 1346px;
    background: linear-gradient( 135deg, #DCEFF7 0%, #FAFBFD 100%);
    padding: 30px 0;
    margin-top: 30px;
}

.vr_show_box {
    width: 1146px;
    background: #F8FCFE;
    box-shadow: 0px 0px 8px 0px rgba(180,199,208,0.7);
    margin: 30px auto;
    padding: 60px 0;
    min-height: 583px;
}

.vr_show_box2 {
    margin: 60px auto 30px auto;
}

.vr_show_img {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 200px;
}

.vr_show_img2 {
    padding: 0 120px;
}

.vr_show_img img {
    width: 241px;
    height: 241px;
}

.vr_img {
    margin-bottom: 60px;
    position: relative;
    cursor: pointer;
}

.vr_btn1 {
    width: 162px;
    height: 152px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    z-index: 30;
    /*transition: all .35s ease-in-out;*/
}

.vr_btn2 {
    width: 210px;
    height: 211px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    z-index: 20;
    /*transition: all .35s ease-in-out;*/
}

.vr_img{
    background-image: url("../img5/vr.png");
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vr_btn{
    background-image: url("../img5/vr_2.png");
    width: 210px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vr_btn:hover{

}
.vr_btn_img{
    width: 150px !important;
    height: 150px !important;
}
.bigSmall {
    width: 210px;
    height: 210px;
    -webkit-animation: s1 2.5s linear infinite;
}

@-webkit-keyframes s1 {
    0%,
    100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }
}

.vr_url{
    display: none;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin-element {
    animation: spin 2s linear infinite;
    /* 其他样式，比如宽高、颜色等 */
}

/*.vr_img:hover .vr_btn1 {*/
/*    animation: rotate1 1s linear forwards; !* 动画名称、持续时间、速度曲线、是否无限循环 *!*/
/*}*/

/*.vr_img:hover .vr_btn2 {*/
/*    animation: scale1 1s linear forwards; !* 动画名称、持续时间、速度曲线、是否无限循环 *!*/
/*}*/


@keyframes rotate1 {
    from {
        transform: translate(-50%, -50%) rotate(0deg); /* 起始角度 */
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg); /* 结束角度 */
    }
}


@keyframes scale1 {
    from {
        transform: translate(-50%, -50%) scale(0); /* 起始角度 */
    }
    to {
        transform: translate(-50%, -50%) scale(1); /* 结束角度 */
    }
}


.vr_form_tip {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    margin: 50px auto 20px auto;
    text-align: center;
}

.vr_form_tip span {
    color: #FF0000;
    margin-left: 6px;
}

.vr_form {
    width: 966px;
    background: #F6F6F6;
    margin: 0 auto;
}

.vr_form_item {
    display: flex;
    align-items: center;
}

.vr_form_label {
    width: 200px;
    min-height: 66px;
    background: #EBEFF8;
    font-size: 16px;
    color: #366498;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.vr_form_label span {
    color: #FF0000;
    margin-left: 6px;
}

.vr_form_right {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 10px;
}

.vr_form_right input {
    width: 746px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding: 0 10px;
}

.vr_form_right input.input_short {
    width: 410px;
    margin-bottom: 10px;
}

.vr_form_list {
    display: flex;
    padding: 10px 0;
}
.vr_form_txt {
    width: 109px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #E4E4E4;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vr_form_txt.active {
    background: #0070C1;
    color: #ffffff;
}

.vr_form_btn {
    width: 270px !important;
    height: 50px;
    background: #0070C1;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 45px auto;
}

.vr_address {
    display: flex;
    width: 966px;
    margin: 0 auto;
}
.vr_map {
    width: 500px;
    height: 427px;
    margin-right: 40px;
    border: 1px solid #eeeeee;
}

.vr_adress_title {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.vr_adress_p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 14px 0 40px 0;
}

.vr_kefu {
    width: 200px;
    height: 200px;
    margin-top: 14px;
}

.vr_select {
    position: relative;
}

.vr_select select {
    width: 746px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}

.vr_select input {
    width: 746px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}


@media screen and (max-width: 960px) {
    .vr_banner {
        width: 100%;
        height: 500px;
        margin: 0;
        position: relative;
        background: url(../img5/banner.png) no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .vr_banner_con {
        position: absolute;
        width: 400px;
        top: 50%;
        left: 50%;
        display: flex;
        align-items: center;
        transform: translate(-50%, -50%);
    }

    .vr_banner_box {
        width: 400px;
        height: 360px;
        background: rgba(0, 162, 239, 0.9);
        padding: 80px 0 0 0;
        text-align: center;
    }

    .vr_banner_title_en {
        font-weight: bold;
        font-size: 42px;
        color: #FFFFFF;
    }
    .vr_banner_title_cn {
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin: 20px 0 17px;
    }

    .vr_banner_line {
        width: 100px;
        height: 4px;
        background: #FFFFFF;
        margin: 0 auto;
    }

    .vr_banner_p {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 17px;
    }

    .vr_title {
        font-weight: 400;
        font-size: 30px;
        color: #322E46;
        line-height: 30px;
        text-align: center;
        margin-top: 60px;
    }

    .vr_title_en {
        font-weight: 400;
        font-size: 20px;
        color: #999999;
        line-height: 20px;
        text-align: center;
        margin: 17px auto 30px auto !important;
    }

    .vr_p {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #888888;
        line-height: 28px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .vr_show {
        min-height: 1346px;
        background: linear-gradient( 135deg, #DCEFF7 0%, #FAFBFD 100%);
        padding: 30px 0;
        margin-top: 30px;
    }

    .vr_show_box {
        width: 400px;
        background: #F8FCFE;
        box-shadow: 0px 0px 8px 0px rgba(180,199,208,0.7);
        margin: 30px auto;
        padding: 30px 0;
        min-height: 583px;
    }

    .vr_show_box2 {
        margin: 30px auto 30px auto;
    }

    .vr_show_img {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 0;
    }

    .vr_show_img2 {
        padding: 0;
    }

    .vr_show_img img {
        width: 206px;
        height: 206px;
        margin-top: 30px;
    }

    .vr_show_img img:nth-child(1) {
        margin-top: 0px;
    }

    .vr_img {
        margin-bottom: 30px;
    }

    .vr_form_tip {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 16px;
        margin: 30px auto 20px auto;
        text-align: center;
    }

    .vr_form_tip span {
        color: #FF0000;
        margin-left: 6px;
    }

    .vr_form {
        width: 100%;
        background: #F6F6F6;
        margin: 0 auto;
    }

    .vr_form_item {
        display: flex;
        align-items: center;
    }

    .vr_form_label {
        width: 80px;
        min-height: 66px;
        background: #EBEFF8;
        font-size: 12px;
        color: #366498;
        line-height: 12px;
        display: flex;
        align-items: center;
    }

    .vr_form_label_2 {
        height: 155px!important;
    }

    .vr_form_label span {
        color: #FF0000;
        margin-left: 6px;
    }

    .vr_form_right {
        width: calc(100% - 40px);
        border-bottom: 1px solid #f0f0f0;
        padding: 0 10px;
    }

    .vr_form_right input {
        width: calc(100% - 20px);
        height: 34px;
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
        padding: 0 10px;
    }

    .vr_form_right input.input_short {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }

    .vr_form_list {
        width: calc(100% - 20px);
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }
    .vr_form_txt {
        width: 60px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #E4E4E4;
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        margin-right: 3px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .vr_form_txt.active {
        background: #0070C1;
        color: #ffffff;
    }

    .vr_form_btn {
        width: 270px !important;
        height: 50px;
        background: #0070C1;
        font-size: 18px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto 45px auto;
    }

    .vr_address {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .vr_map {
        width: calc(100% - 20px);
        height: 400px;
        margin: 0 auto;
        border: 1px solid #eeeeee;
    }

    .vr_adress_box {
        width: calc(100% - 20px);
        margin: 30px auto 0 auto;
    }

    .vr_adress_title {
        font-weight: bold;
        font-size: 20px;
        color: #000000;
    }
    .vr_adress_p {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        margin: 14px 0 40px 0;
    }

    .vr_kefu {
        width: 200px;
        height: 200px;
        margin-top: 14px;
    }

    .vr_select {
        position: relative;
    }

    .vr_select select {
        width: calc(100% - 20px);
        height: 34px;
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
    }

    .vr_select input {
        width: calc(100% - 20px);
        height: 34px;
        background: #FFFFFF;
        border: 1px solid #E4E4E4;
    }
}
