.text-success{
    color: #34c38f!important;
}
.qrcodes-create{
    width: 80%;
    margin: 0px 10%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 30px 3px rgb(0 0 0 / 6%);
    box-shadow: 0 3px 30px 3px rgb(0 0 0 / 6%);
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
}
@media (max-width:767px){
    .qrcodes-create{
        width: 100%;
        margin: 0px 0 15px 0;
        padding: 15px;
    }
}
.qrcodes-create-title{
    width: 100%;
    float: left;
}
.qrcodes-create-title label{
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}
.qrcodes-create-title label font{
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #999999;
}
.qrcodes-create-input{
    width: 100%;
    height: 45px;
    float: left;
    padding: 0px 15px;
    outline: none;
    border: 1px solid #e8ecf3;
    margin: 10px 0px;
    border-radius: 2px;
}
.qrcodes-create-select{
    width: 30%;
    font-size: 14px;
    display: block;
    padding: 0px 15px;
    -moz-padding-start: calc(.75rem - 3px);
    font-weight: 400;
    height: 45px;
    color: #495057;
    background-color: #FFFFFF;
    background-image: url(/images/down.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 15px 15px;
    border: 1px solid #e8ecf3;
    border-radius: 0px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    outline: none;
    margin: 10px 0px;
}
.qrcodes-create-radio{
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.qrcodes-create-radio li{
    width: auto;
    float: left;
    list-style: none;
    margin: 0px 10px 0px 0px;
}
.qrcodes-create-radio li input{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.qrcodes-create-radio li label{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: 400;
}
.qrcodes-create-button{
    padding: 13px 50px;
    background-color: #3878fe;
    color: #FFFFFF;
    margin: 20px auto;
    display: inline-block;
    border-radius: 2px;
    font-size: 17px;
    animation: scaleDraw 2s ease-in-out infinite;
}
@keyframes scaleDraw{0%,50%{transform:scale(1)}25%,75%{transform:scale(.9)}}
.qrcodes-create-button:hover{
    color: #FFFFFF;
}
.qrcodes-create-table{
    width: 100%;
    float: left;
    margin: 20px 0px;
    border: 1px solid #E6E6E6;
}
.qrcodes-create-table th{
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #EFF2F2;
}
.qrcodes-create-table td{
    height: 50px;
    line-height: 50px;
    border: none;
    border: 1px solid #E6E6E6;
}
@media (max-width:767px){
    .qrcodes-create-table .phone{
        display: none;
    }
}
.platfromtype-select {
    width: 100%;
    float: left;
    border: none;
    padding-left: 0px;
    margin: 15px 0px;
}
.platfromtype-select ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.platfromtype-select li.active {
    border-color: #007bff;
}
.platfromtype-select li {
    width: auto;
    padding: 0px 15px;
    list-style: none;
    height: 40px;
    line-height: 38px;
    margin-right: 15px;
    border-radius: 1px;
    border: 1px solid #E6E6E5;
    font-size: 15px;
    color: #666666;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
}
.platfromtype-select li img {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
@media (max-width:767px){
    .platfromtype-select ul{
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .platfromtype-select li{
        padding: 0 10px;
    }
}
.qrcodes-create-table .add-notice{
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-product-header{
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: thin solid #F2F5F5;
}
.index-product-header ul{
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
}
.index-product-header ul::-webkit-scrollbar {
    display: none
}
.index-product-header ul li{
    list-style: none;
    display: flex;
    font-size: 16px;
    height: 40px;
    margin: 0 20px;
    cursor: pointer;
}
.index-product-header ul li.active{
    border-bottom: 2px solid #3878fe;
    margin-bottom: -1px;
}
.index-product-header ul li p{
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}
.index-product-header ul li i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    margin-right: 5px;
}
.index-product-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 50px 0 0 0;
    justify-content: space-between;
}
.index-product-container .left{
    height: 400px;
    width: 420px;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}
.index-product-container .left>div{
    display: none;
}
.index-product-container .left>div:first-child{
    display: block;
}
.index-product-container .left .product-title{
    color: #000;
    font-size: 38px;
    line-height: 53px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.index-product-container .left .product-describe{
    font-size: 15px;
    line-height: 26px;
    margin-top: 22px;
    margin-bottom: 15px;
    color: rgba(14, 19, 25, 0.9);
}
.index-product-container .left .product-link{
    width: 100%;
    display: flex;
}
.index-product-container .left .product-link .link{
    background-color: #333333;
    color: #FFFFFF;
    display: flex;
    cursor: pointer;
    margin-right: 15px;
    padding: 0 15px 0 20px;
    align-items: center;
    border-radius: 1px;
    font-size: 15px;
    height: 45px;
}
.index-product-container .left .product-link .link i{
    width: 25px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.index-product-container .left .product-link .link:first-child{
    background-color: #556ee6;
}
.index-product-container .right{
    height: 400px;
    flex: 1;
    max-width: 632px;
    position: relative;
    background-image: url(https://wwcdn.weixin.qq.com/node/wwnl/wwnl/style/images/independent/index/v3style/WxContactPicBg$13614b49.png);
    background-repeat: no-repeat;
    background-size: 100% 400px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.index-product-container .right-small {
    height: 400px;
    background-size: 100% 400px;
}
.index-product-container .right .phone-content{
    width: 280px;
    background-repeat: no-repeat;
    background-position: center 14px;
    background-size: 254px;
    margin-left: 50px;
    margin-top: -35px;
}
.index-product-container .right .phone-frame{
    width: 280px;
    height: 566px;
    background-size: 100% auto;
    background-image: url(https://file.wailian1.cn/home/images/iphone.png);
    display: flex;
    padding: 13px 15px;
    box-sizing: border-box;
}
.index-product-container .right .phone-video{
    width: 250px;
    display: flex;
    border-radius: 28px;
    background-color: #FFFFFF;
}
.index-product-container .right .phone-content .img{
    width: 280px;
    height: 566px;
    display: flex;
    background-image: url(https://file.wailian1.cn/home/images/iphone.png);
    background-size: 280px 566px;
}
.index_am_fadeInRight {
    height: 400px;
    position: absolute;
    right: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width:767px){
    .index-product-header ul{
        justify-content: flex-start;
    }
    .index-product-container {
        flex-direction: column;
        padding-top: 10px;
        justify-content: normal;
        align-content: flex-start;
    }
    .index-product-container .left {
        width: 100%;
        padding-top: 10px;
        height: auto;
        text-align: center;
    }
    .index-product-container .left .product-link {
        justify-content: center;
    }
    .index-product-container .right {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .index-product-container .right .img{
        width: 100%;
        height: auto;
    }
    .index-product-container .right .phone-content{
        margin: 15px 0;
    }
    .index-product-container .right .index_am_fadeInRight{
        display: none;
    }
}