/*! 版权所有，翻版必究 */
/*商家入驻*/
.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #EEEEEE;
    font-size: 20px;
    /*display: block;*/
    z-index: 9;
}

.enterForm {
    width: 35%;
    border: 1px solid white;
    background-color: white;
    z-index: 10;
    position: fixed;
    top: 20%;
    left: 35%;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.enterButton {
    background-color: #2773FF;
    border-radius: 5px;
    padding: 5px 40px 5px 40px;
    color: white;
    border-color: #2773FF;
    margin-bottom: 20px;
}

.formGroup {
    padding-bottom: 40px;
}

.controlLabel{
    text-align: right;
    font-size:16px;
    font-weight:400;
    color:rgba(65,65,66,1);
}

.radioSpan {
    font-size: 16px;
    font-weight: 400;
    color: rgba(65, 65, 66, 1);
    position: absolute;
}
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    /* font-weight: 400; */
    /* vertical-align: middle; */
    cursor: pointer;
    margin-right: 30px;
    top: -15px;
}

.errorhidden{
    display: none;
    color: red;
    font-size: 16px;
    margin-top: -20px;
}

.suchidden{
    display: none;
    color: green;
    font-size: 16px;
    margin-top: -20px;
}

/* 视频 */
#itemone {
    position: relative;
    margin-top: -70px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -11;
    /* min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto; */
    min-height: 100%;
    width: 100%;
    object-fit: cover;

}

#mask {
    position: absolute;
    z-index: -5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

#slogan {
    position: relative;
    width: 100%;
    height: 100%;
}

#slogan p {
    color: #fff;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    font-weight: normal;
}

#slogan .small {
    top: 43%;
    font-size: 16px;
    line-height: 30px;
}

#slogan .big {
    top: 55%;
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 20px;
    transform: translateY(-50%);
    font-weight: 300;
}

#slogan .word {
    top: 62%;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

.clickgoto {
    cursor: pointer;
}

/* productinfo */
#productinfo {
    width: 100%;
    height: 148px;
    padding: 0;
    background: linear-gradient(0deg, rgba(57, 100, 210, 1) 0%, rgba(94, 135, 238, 1) 100%);
    background: linear-gradient(#6088EF, #3863D2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6088EF), to(#3863D2));
    /** Chrome Safari **/
    background: -moz-linear-gradient(top, #6088EF, #3863D2);
    /** FireFox **/
    background: -o-linear-gradient(top, #6088EF, #3863D2);
    /** Opear **/
    background: -ms-linear-gradient(#6088EF, 0%, #3863D2 100%);
    /** IE9 IE10 **/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6088EF', endColorstr='#3863D2', GradientType=1);
}

#productinfo .container,
#productinfo .row {
    height: 100%;
}

.productinfoleft {
    height: 100%;
    background: rgba(92, 133, 236, 1);
    padding: 46px 62px;
}

.productinfoleftbig {
    font-size: 25px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.productinfoleftsmall {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
}

.productinforight {
    height: 100%;
    padding: 46px 32px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

/* prodctitem */
#product {
    width: 100%;
    height: auto;
}

#product .producticon {
    padding: 20px 0;
    margin-top: 30px;
}

#product .producticon img {
    width: 74px;
    height: 74px;
    display: block;
    margin: 0 auto;
}

.productitem.active {
    background: #3963D3;
}

#product .productitem .blackshow {
    display: block;
}

#product .productitem .whiteshow {
    display: none;
}

#product .productitem.active .blackshow {
    display: none;
}

#product .productitem.active .whiteshow {
    display: block;
}

#product .producttitle {
    font-size: 24px;
    color: #000;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: center;
}

#product .producttitle span {
    font-size: 16px;
    color: #38373F;
    line-height: 28px;
}

#product .productitem.active .producttitle,
#product .productitem.active .producttitle span {
    color: #fff;
}

#product .productdesc {
    font-size: 14px;
    color: rgba(56, 55, 63, 1);
    line-height: 24px;
    opacity: 0.8;
    text-align: center;
}

#product .productitem.active .productdesc {
    color: #fff;
}

.productitem {
    padding-bottom: 30px;
}

/* carouselbox */
#carouselbox,
#carouselbox .container,
#carouselbox .container .row {
    height: 500px;
}

#carouselbox {
    margin: 30px 0;
}

#carousel-example-generic {
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

#carouselbox .carousel-control.right,
#carouselbox .carousel-control.left {
    background: transparent;
}

#carouselbox .carousel-inner,
#carouselbox .carousel-inner .item,
#carouselbox .carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.left.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: -80%;
    transform: translateY(-50%);
}

.right.carousel-control img {
    position: absolute;
    top: 50%;
    z-index: 5;
    right: -80%;
    transform: translateY(-50%);
}

#carouselbox .left.carousel-control,
#carouselbox .right.carousel-control {
    filter: none;
}

/* support */
#support {
    height: auto;
    padding: 60px 0;
    /* background:linear-gradient(180deg,rgba(96,136,239,1) 0%,rgba(56,99,210,1) 100%); */
    background: linear-gradient(#6088ef, #3863d2);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6088ef), to(#3863d2));
    /** Chrome Safari **/
    background: -moz-linear-gradient(top, #6088ef, #3863d2);
    /** FireFox **/
    background: -o-linear-gradient(top, #6088ef, #3863d2);
    /** Opear **/
    background: -ms-linear-gradient(#6088ef, 0%, #3863d2 100%);
    /** IE9 IE10 **/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6088ef', endColorstr='#3863d2', GradientType=1);
}

#support .supporttitle {
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}

#support .supportsub {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}

#support .supportdesc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    text-align: center;
}

.supportinfo {
    margin-top: 30px;
}

.supportitem {
    padding: 0;
}

.supportitem img {
    width: 98%;
    margin-right: 2%;
}

.supporttip {
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    text-align: center;
}

/* client */
#client {
    height: auto;
    padding: 60px 0;
}

#client .clienttitle {
    font-size: 36px;
    font-weight: 300;
    color: #3963D3;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}

#client .clientsub {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 27px;
    text-align: center;
    color: #38373F;
    margin-bottom: 30px;
}

#client .clientitem {
    width: 20%;
    height: auto;
    margin: 16px 0;
}








#pcItem{
    display: block;
}
#phonesItem{
    display: none;
}

/* 适配 */
/* 大屏幕 */
@media (min-width: 1200px) {
    #itemfactory {
        padding: 100px 0;
        background: pink;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 中等屏幕 */
@media (min-width: 992px) and (max-width: 1200px) {
    #itemfactory {
        padding: 80px 0;
        background: green;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 小屏幕 */
@media (min-width: 768px) and (max-width: 992px) {
    #itemfactory {
        padding: 50px 0;
        background: red;
    }
    #pcItem{
        display: block;
    }
    #phonesItem{
        display: none;
    }
}

/* 手机 */
@media (max-width: 768px) {
    #pcItem{
        display: none;
    }
    #phonesItem{
        display: block;
    }
    /* banner */
    #itemone {
        height: 400px;
        margin-top: 0px;
    }

    #slogan .big {
        /* top: 53%;
        line-height: 40px;
        font-size: 30px;
        font-family: 'SourceHanSansCN-Normal';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 40px;
        margin-bottom: 8px; */
        top: 50%;
        font-size: 26px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
        margin-bottom: 36px;
    }

    #slogan .word {
        /* top: 60%;
        font-size: 12px;
        font-family: 'PingFang-SC-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 14px; */
        top: 60%;
        margin-bottom: 20px;
        font-size: 14px;
        font-family: 'SourceHanSansCN-Normal';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }

    #slogan .small {
        /* top: 14%;
        font-size: 16px;
        line-height: 50px; */
        top: 35%;
        line-height: 20px;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: 'ArialMT';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    #bannerimg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -11;
        width: 100%;
        height: 100%;
    }

    #bannerimg img {
        width: 100%;
        height: 100%;
    }

    .productinfoleft {
        padding: 46px 12px;
    }


    #productinfo {
        padding: 36px 0;
        height: auto;
    }

    .productinfoleftbig {
        font-size: 22px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
        margin-bottom: 0px;
        text-align: center;
    }

    .productinforight {
        padding: 0;
        padding-top: 20px;
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 15px;
    }

    /* product */
    #product .producticon {
        padding: 6px 0;
        margin-top: 4px;
    }

    #product .producticon img {
        width: 50px;
        height: 50px;
    }

    #product .producttitle {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    #product .producttitle span {
        font-size: 12px;
        line-height: 20px;
    }

    .productitem {
        padding-bottom: 6px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #product .productdesc {
        font-size: 12px;
    }

    #carouselbox,
    #carouselbox .container,
    #carouselbox .container .row {
        min-height: 200px;
        height: auto;
    }

    #carouselbox {
        margin: 50px 0 70px 0;
    }

    .carousel-control {
        left: 0px;
    }

    .carousel-control.right {
        right: 0px;
    }

    /* #support */
    #support {
        padding: 36px 0;
    }

    #support .supporttitle {
        margin-bottom: 15px;
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 26px;
    }

    #support .supportdesc {
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 16px;
        width: 88%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .supportdesc2 {
        margin-bottom: 10px !important;
    }

    .supporttip {
        font-size: 12px;
        line-height: 26px;
        font-family: 'MicrosoftYaHeiLight';
        font-weight: 300;
        color: rgba(255, 255, 255, 1);
    }

    #client {
        padding: 42px 0;
    }

    #client .clienttitle {
        margin-bottom: 10px;
        font-size: 24px;
        font-family: 'SourceHanSansCN-Medium';
        font-weight: 500;
        color: rgba(56, 99, 210, 1);
        line-height: 26px;
        margin-bottom: 32px;
    }

    #client .clientitem {
        width: 33.333%;
        margin: 14px 0;
    }

    #client .clientitem img {
        width: 100%;
        height: auto;
    }

    .left.carousel-control img,
    .right.carousel-control img {
        width: 30px;
        height: 30px;
    }

    #carousel-example-generic {
        width: 86%;
    }

    .phoneproductinfo.row {
        width: 80%;
        text-align: center;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .carouselphonebox {
        height: auto;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -36px;
        background: #D2D2D2;
        left: 50%;
        z-index: 15;
        width: 200px;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        height: 4px;
        border-radius: 2px;
        margin-left: -100px;
    }

    .carousel-indicators li {
        width: 50%;
        height: 4px;
        cursor: pointer;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        position: relative;
        z-index: 7;
        border: none !important;
        margin: 0 !important;
        float: left;
    }

    .carousel-indicators .active {
        width: 50%;
        height: 4px;
        margin: 0 !important;
        background: rgba(56, 99, 210, 1);
        border-radius: 2px;
    }

    .right.carousel-control .phonearrright {
        position: absolute;
        top: 60%;
        z-index: 5;
        right: -80%;
        transform: translateY(-50%);
        color: #3863D2;
    }

    .carousel-control {
        opacity: 1;
        text-shadow: 0 0px 0px transparent;
    }

    .carousel-inner {
        margin-bottom: 20px;
        box-shadow: 0 24px 14px -10px #ddd;
    }

    .phoneproinfo {
        width: 88%;
        margin: 0 auto;
        height: 80px;
    }

    #carouselbox .carousel-inner .item img {
        width: auto !important;
        height: auto !important;
        float: left;
    }

    .phoneproinfobox {
        width: calc(100% - 60px);
        float: left;
        height: 100%;
        padding-left: 8px;
    }

    .phoneproinfoboxtitle {
        font-size: 16px;
        font-family: 'PingFang-SC-Heavy';
        font-weight: 800;
        line-height: 28px;
        color: #3863D2;
    }

    .phoneproinfoboxdesc {
        font-size: 12px;
        font-family: 'SourceHanSansCN-Regular';
        font-weight: 400;
        color: rgba(56, 55, 63, 1);
        line-height: 14px;
        opacity: 0.8;
    }

    #carouselbox .carousel-inner .item img.carouselimg {
        width: 98% !important;
        height: auto !important;
        margin: 0 auto;
        float: left;
    }

    .phoneproinfo4 {
        width: 96%;
    }

    .supportitem img {
        width: 98%;
        margin-right: 2%;
        margin-top: 6px;
        border-radius: 10px;
    }

    .supportitem:nth-child(2) img,
    .supportitem:nth-child(4) img {
        margin-left: 2%;
        margin-right: 0%;
    }

    #carouselbox .carousel-inner .item  .phoneproinfo img {
        width: 60px !important;
        height: 60px !important;
        float: left;
    }
    .phoneproinfo {
        width: 92%;
    }

}
