
* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.8 "Microsoft Yahei", verdana;
}

.layui-layer .layui-layer-title {
    text-align: center;
    font-weight: 800;
    height: 60px;
    line-height: 40px;
}

/**
    适应不同屏幕大小
    在测试下发现，浏览器在小屏幕上进行缩放后，显示效果和大屏幕相似，所以这里相当于手动调整了浏览器的缩放效果
 */
@media screen and (min-width: 1366px) and (max-width: 1550px) {
    .voice-runner-banner,.textRunner-info,download-card{
        transform: scale(0.9);
    }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .voice-runner-banner,.textRunner-info,download-card{
        transform: scale(0.85);
    }
}
@media screen and (max-width: 1200px) {
    .voice-runner-banner,.textRunner-info,download-card{
        transform: scale(0.8);
    }
}




.min-btn-group .btn{
    color: #05A46A;
    background-color: #C4E9DA;
    border-color: #C4E9DA;
    width: 100px;
}
.min-btn-group .btn.checked{
    color: #ffffff;
    border-color: #05A46A;
    background-color: #05A46A;
}

.min-btn-group .btn:not(:disabled):not(.disabled):active, .min-btn-group .btn:not(:disabled):not(.disabled).active{
    color: #ffffff;
    border-color: #05A46A;
    background-color: #05A46A;
}

.min-panel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    width: 100%;
    height: 700px;
    /*background: url(../../img/TRunner/banner/old/banner_TRunner.jpg) 0 0 no-repeat;*/
    background: url(../../img/TRunner/banner/20210421/b_bg.jpg) 0 0 no-repeat;
    transition: all 1s;
	background-size:100%;
}

.voice-runner-banner{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 700px;
    width: 1366px;
    margin: 0 auto;
}

.voice-group{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    top: -60px;
    padding-left: 80px;
}
.voice-group .voice-title{
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}
.voice-group .voice-title span:first-child{
    background: url(../../img/SRunner/logo_b.png) 0 0 no-repeat;
    width: 63px;
    height: 63px;
    display: inline-block;
    background-size: 100% 100%;
}
.voice-group .voice-title span:last-child{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: -20px;
    margin-left: 10px;
}

.voice-group .voice-info{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    margin: 30px 0;
    line-height: 45px;

    opacity: 0;
    /*-webkit-transform: scale(0.5, 0.5);*/
    /*transform: scale(0.5, 0.5);*/
    position: relative;
    bottom: -100px;
    transition: all 1s;
}

.voice-group .voice-service-btn{
    opacity: 0;
    /*-webkit-transform: scale(0.5, 0.5);*/
    /*transform: scale(0.5, 0.5);*/
    position: relative;
    bottom: -100px;
    transition: all 1s;
    background-color: #ffffff;
    width: 150px;
    border-radius: 4px;
    overflow: hidden;
}

.voice-group .service-btn{
    display: flex;
    width: 360px;
    opacity: 0;
    position: relative;
    bottom: -100px;
    transition: all 1s;
    left: -20px;
}






/* 20210421新banner样式 start */
.banner-img{
    position: relative;
    width: 50%;
    height: 500px;
    top: -56px;
    left: -126px;
}

.min-banner-layer-1{
    position: absolute;
    background: url(../../img/TRunner/banner/20210421/b_computer.png) 0 0 no-repeat;
    width: 800px;
    height: 890px;
    top: -110px;
    left: 530px;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transition: all 1s;
}
.min-banner-layer-2{
    position: absolute;
    background: url(../../img/TRunner/banner/20210421/b_TR_2.png) 0 0 no-repeat;
    width: 340px;
    height: 450px;
    top: 29px;
    left: 400px;
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transition: all 1s;
}

.min-banner-layer-3 .item-img{
    position: absolute;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;

    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    transition: all 1s;
}
.min-banner-layer-3 .item-img-1{
    background: url(../../img/TRunner/banner/20210421/label_1.png) 0 0 no-repeat;
    top: 105px;
    left: 380px;
}
.min-banner-layer-3 .item-img-2{
    background: url(../../img/TRunner/banner/20210421/label_2.png) 0 0 no-repeat;
    top: 180px;
    left: 500px;
}
.min-banner-layer-3 .item-img-3{
    background: url(../../img/TRunner/banner/20210421/label_4.png) 0 0 no-repeat;
    top: 270px;
    left: 580px;
}
.min-banner-layer-3 .item-img-4{
    background: url(../../img/TRunner/banner/20210421/label_3.png) 0 0 no-repeat;
    top: 205px;
    left: 390px;
}
.min-banner-layer-3 .item-img-5{
    background: url(../../img/TRunner/banner/20210421/label_5.png) 0 0 no-repeat;
    top: 330px;
    left: 540px;
}
.min-banner-layer-3 .item-img-6{
    background: url(../../img/TRunner/banner/20210421/label_6.png) 0 0 no-repeat;
    top: 290px;
    left: 413px;
}
.min-banner-layer-3 .item-img-7{
    background: url(../../img/TRunner/banner/20210421/label_7.png) 0 0 no-repeat;
    top: 280px;
    left: 310px;
}

.min-banner-layer-4 .around-element{
    position: absolute;
    width: 80px;
    height: 90px;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;

    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    transition: all 1s;
}
.min-banner-layer-4 .element-1{
    background: url(../../img/TRunner/banner/20210421/y_blue.png) 0 0 no-repeat;
    top: 290px;
    left: 413px;
}
.min-banner-layer-4 .element-2{
    background: url(../../img/TRunner/banner/20210421/y_orange.png) 0 0 no-repeat;
    top: 290px;
    left: 413px;
}
.min-banner-layer-4 .element-3{
    background: url(../../img/TRunner/banner/20210421/y_yellow.png) 0 0 no-repeat;
    top: 180px;
    left: 780px;
}
.min-banner-layer-4 .element-4{
    background: url(../../img/TRunner/banner/20210421/note.png) 0 0 no-repeat;
    top: 320px;
    left: 820px;
}
.min-banner-layer-4 .element-5{
    background: url(../../img/TRunner/banner/20210421/zhu_1.png) 0 0 no-repeat;
    top: 220px;
    left: 270px;
    width: 45px;
    height: 110px;
}
.min-banner-layer-4 .element-6{
    background: url(../../img/TRunner/banner/20210421/zhu_2.png) 0 0 no-repeat;
    top: 180px;
    left: 305px;
    width: 45px;
    height: 140px;
}
.min-banner-layer-4 .element-7{
    background: url(../../img/TRunner/banner/20210421/zhu_3.png) 0 0 no-repeat;
    top: 145px;
    left: 340px;
    width: 45px;
    height: 160px;
}


/* 20210421新banner样式 end */




/* 旧banner样式 */
/*.voice-show-img{*/
/*    position: relative;*/
/*    width: 60%;*/
/*    height: 500px;*/
/*    top: -56px;*/
/*}*/

/*.voice-show-img .voice-out-circle{*/
/*    position: absolute;*/
/*    background: url(../../img/TRunner/banner/old/banner_p1.png) 0 0 no-repeat;*/
/*    width: 452px;*/
/*    height: 452px;*/
/*    top: 32px;*/
/*    left: 213px;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(0.5, 0.5);*/
/*    transform: scale(0.5, 0.5);*/
/*    transition: all 1s;*/
/*}*/

/*.voice-show-img .voice-center-circle{*/
/*    position: absolute;*/
/*    background: url(../../img/TRunner/banner/old/banner_p2_1.png) 0 0 no-repeat;*/
/*    width: 300px;*/
/*    height: 320px;*/
/*    top: 105px;*/
/*    left: 271px;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(0.5, 0.5);*/
/*    transform: scale(0.5, 0.5);*/
/*    transition: all 1s;*/
/*}*/

/*.voice-show-img .voice-in-circle{*/
/*    position: absolute;*/
/*    background: url(../../img/TRunner/banner/old/TRunnerlogo.png) 50% 0 no-repeat;*/
/*    width: 300px;*/
/*    height: 150px;*/
/*    top: 190px;*/
/*    left: 270px;*/
/*    -webkit-text-stroke: 1px #FFFFFF;*/
/*    text-stroke: 1px #FFFFFF;*/
/*    padding: 89px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 24px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: bold;*/
/*    color: #FFFFFF;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(0.5, 0.5);*/
/*    transform: scale(0.5, 0.5);*/
/*    transition: all 1s;*/
/*}*/

/*.item-img{*/
/*    position: absolute;*/
/*    width: 106px;*/
/*    height: 61px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 18px;*/
/*    justify-content: center;*/
/*    font-weight: bold;*/
/*    color: #ffffff;*/
/*    line-height: 24px;*/

/*    opacity: 0;*/
/*    -webkit-transform: scale(0.5, 0.5);*/
/*    transform: scale(0.5, 0.5);*/
/*    transition: all 1s;*/
/*}*/

/*.item-img-1{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_1.png) 0 4px no-repeat;*/
/*    top: 3px;*/
/*    left: 277px;*/
/*}*/

/*.item-img-2{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_2.png) 0 4px no-repeat;*/
/*    top: 3px;*/
/*    left: 453px;*/
/*}*/

/*.item-img-3{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_3.png) 0 4px no-repeat;*/
/*    top: 124px;*/
/*    left: 574px;*/
/*}*/

/*.item-img-4{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_4.png) 0 4px no-repeat;*/
/*    top: 307px;*/
/*    left: 574px;*/
/*}*/

/*.item-img-5{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_5.png) 0 4px no-repeat;*/
/*    left: 453px;*/
/*    top: 438px;*/
/*}*/

/*.item-img-6{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_6.png) 0 4px no-repeat;*/
/*    top: 438px;*/
/*    left: 277px;*/
/*}*/

/*.item-img-7{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_7.png) 0 4px no-repeat;*/
/*    top: 307px;*/
/*    left: 153px;*/
/*    width: 126px;*/
/*}*/

/*.item-img-8{*/
/*    background: url(../../img/TRunner/banner/old/banner_p_8.png) 0 4px no-repeat;*/
/*    top: 124px;*/
/*    left: 153px;*/
/*}*/

.bg-textRunner-info {
    background-color: #EBFBF6;
}

.textRunner-info{
    width: 1366px;
    height: 2560px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    justify-content: center;
}
.textRunner-info p b{
    color: #666;
}


.textRunner-info .textRunner-step{
    position: absolute;
    top: 120px;
    width: 800px;
}



.textRunner-info .textRunner-title{
    position: absolute;
    top: 20px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #05A46A;
    background: url(../../img/SRunner/product/icon_1.png) 100% 100% no-repeat;
    display: block;
    height: 70px;
    right: 120px;
    opacity: 0;
    transition: all 1s;
}

.textRunner-info .tr-step-img{
    display: inline-block;
    opacity: 0;
    transition: all 1s;
}


.textRunner-info .tr-step-2 .tr-step-img-2{
    background: url(../../img/SRunner/product/TR_1.png) 0 0 no-repeat;
    width: 635px;
    height: 490px;
    position: absolute;
    top: 130px;
    left: 430px;
}

.textRunner-info .tr-step-2 .tr-step-img-2-1{
    background: url(../../img/SRunner/product/TR_2.png) 0 0 no-repeat;
    width: 630px;
    height: 500px;
    position: absolute;
    top: 400px;
    left: 130px;
}

.textRunner-info .tr-step-2.Linux-show .tr-step-img-2{
    background: url(../../img/SRunner/product/TR_Linux_1.png) 0 0 no-repeat;
}

.textRunner-info .tr-step-2.Linux-show .tr-step-img-2-1{
    background: url(../../img/SRunner/product/TR_Linux_2.png) 0 0 no-repeat;
}



.textRunner-info .tr-step-img-3{
    background: url(../../img/SRunner/product/TR_3.png) 0 0 no-repeat;
    width: 290px;
    height: 425px;
    position: absolute;
    top: 1000px;
    left: -230px;
    background-size: 100% 100%;
}

.textRunner-info .tr-step-img-3-1{
    background: url(../../img/SRunner/product/TR_4.png) 0 0 no-repeat;
    width: 290px;
    height: 425px;
    position: absolute;
    top: 1100px;
    left: 0;
    background-size: 100% 100%;
}


.textRunner-info .tr-step-img-4{
    background: url(../../img/SRunner/product/TR_5.png) 0 0 no-repeat;
    width: 700px;
    height: 480px;
    position: absolute;
    top: 1700px;
    left: 370px;
    background-size: 100% 100%;
}
.textRunner-info .tr-step-img-4-1{
    background: url(../../img/SRunner/product/TR_6.png) 0 0 no-repeat;
    width: 700px;
    height: 480px;
    position: absolute;
    top: 1900px;
    left: -80px;
}

.textRunner-info .tr-step-form{
    position: absolute;
    background-color: #ffffff;
    padding: 3rem;
    display: inline-block;
    opacity: 0;
    transition: all 1s;
    top: 1410px;
    left: 465px;
    box-shadow: 0 0 8px 2px #c5c5c5;
    border-radius: 4px;
}


.textRunner-info .min-btn-group{
    position: absolute;
    left: 850px;
    top: 830px;
    opacity: 0;
    transition: all 1s;
}

.textRunner-info .tr-step-info{
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 1s;
}

.textRunner-info .tr-step-info.tr-step-info-2{
    position: absolute;
    left: 60px;
    top: 130px;
}
.textRunner-info .tr-step-info.tr-step-info-3{
    position: absolute;
    left: 340px;
    top: 1050px;
}
.textRunner-info .tr-step-info.tr-step-info-4{
     position: absolute;
     left: 35px;
     top: 1700px;
}




.textRunner-info .tr-step-info .tr-step-info-no{
    display: inline-block;
    width: 75px;
    height: 55px;
}
.textRunner-info .tr-step-info .tr-step-info-no-1{
    background: url(../../img/TRunner/01.png) 0 0 no-repeat;
}
.textRunner-info .tr-step-info .tr-step-info-no-2{
    background: url(../../img/TRunner/02.png) 0 0 no-repeat;
}
.textRunner-info .tr-step-info .tr-step-info-no-3{
    background: url(../../img/TRunner/03.png) 0 0 no-repeat;
}
.textRunner-info .tr-step-info .tr-step-info-no-4{
    background: url(../../img/TRunner/04.png) 0 0 no-repeat;
}

.textRunner-info .tr-step-info .tr-step-info-title {
    /*background: url(../../img/TRunner/icon_1.png) 0 7px no-repeat;*/
    padding-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #05A46A;
    margin: 10px 0;
}

.textRunner-info .tr-step-info .tr-step-info-content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    width: 500px;
    margin-bottom: 1rem;
}

.textRunner-info .tr-step-info .tr-step-info-ul li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.textRunner-info .tr-step-next-1{
    background: url(../../img/SRunner/product/bg_1.png) 0 0 no-repeat;
    width: 1000px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: -1600px;
    top: 50px;
    transition: all 1s;
    background-size: 100% 100%;
}
.textRunner-info .tr-step-next-tips {
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 450px;
    opacity: 0;
    transition: all 1.2s;
    font-size: 14px;
    width: 518px;
}

.textRunner-info .tr-step-next-2{
    background: url(../../img/SRunner/product/bg_1.png) 0 0 no-repeat;
    width: 1000px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: -1600px;
    top: 950px;
    transition: all 1s;
    background-size: 100% 100%;
}
.textRunner-info .tr-step-next-3{
    background: url(../../img/SRunner/product/bg_1.png) 0 0 no-repeat;
    width: 1000px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: -1600px;
    top: 1600px;
    transition: all 1s;
    background-size: 100% 100%;
}



/* 信息收集css */
.download-container{
    width: 1366px;
    height: 670px;
    margin: 0 auto;
    padding: 50px;
}
.download-container .download-card{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    box-shadow: 0 0 10px 2px #cccccc;
}
.download-container .download-container-bg{
    background: url(../../img/SRunner/product/tj_left.png) 0 0 no-repeat;
    width: 400px;
    height: 570px;
    float: left;
}
.download-container .tr-step-form{
    float: left;
    width: 600px;
    height: 100%;
    background-color: #FAFAFA;
}

.layui-layer-loading .layui-layer-loading2 {
    height: 70px!important;
}
.min-user-download {
    width: 385px;
    margin: 0 auto;
    height: 100%;
    padding: 3rem 0;
}
.min-user-download .download-title{
    text-align: center
}
.min-user-download .download-title .icon-min-tips{
    color: #607d8b;
}
.min-user-download .download-content{
    /*width: 300px;*/
}
.min-user-download .download-content.validate-success .phone-validate{
    display: none;
}
.min-user-download .download-content .validate-tips{
    display: none;
    text-align: center;
    padding: 1rem;
}
.min-user-download .download-content .validate-tips .icon-min-success{
    color: #4CAF50;
}
.min-user-download .download-content.validate-success  .validate-tips{
    display: block;
}

.min-user-download .download-user-info{
    display: none;
}

.min-user-download .download-panel{
    border-top: 1px dashed #e1e1e1;
    padding-top: 1rem;
}
.min-user-download .download-panel .download-tips{
    text-align: center;
    color: #919698;
    font-size: 14px;
}

#QVerify {
    top: -42px!important;
}
