#content {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}

#content .banner {
    width: 100%;
    background-image: url(https://static-ussite.tineco.com/a94985d2-c193-4d35-ab84-b399f3989c0a.jpg);
    background-size: 100% 100%; 
    background-position: center center;
    background-repeat: no-repeat;
}

#content .banner .center {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 390px;
}

#content .banner .center .title {
    font-size: 30px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #000000;
}

#content .banner .center .input {
    margin-top: 35px;
}

#content .banner .center .input input {
    width: 755px;
    height: 64px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-family: Century Gothic;
    font-weight: 400;
    color: #727272;
    background-image: url(../imgs/icon-search.png);
    background-position: 25px center;
    background-repeat: no-repeat;
    padding-left: 80px;
    outline: none;

}

#content .cont {
    /* width: 100%; */
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: -200px;
}

#content .cont .title {
    font-size: 30px;
    font-family: Century Gothic;
    font-weight: bold;
    text-align: center;
    padding: 74px 0;
}

#content .cont .cent-banner {
    width: 1008px;
    margin: 0 auto;
    position: relative;
    /* border: 1px solid red; */
}

#content .cont .cent-banner .leftarrow {
    position: absolute;
    left: -90px;
    top: 40%;
    transform: translate(0, -50%);
}

#content .cont .cent-banner .rightarrow {
    position: absolute;
    right: -90px;
    top: 40%;
    transform: translate(0, -50%);
}

#content .cont .cent-banner .image img {
    width: 50px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.product-cate-item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.product-cate-item-active {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: #232222;
}

.product-cate-item img {
    width: 200px;
}

 .product-cate-item img.activeImgS {
    width: 200px;
    display:none;
    opacity:0;
}
 .product-cate-item.product-cate-item-active img.activeImgS {
    width: 200px;
    display:block;
    opacity:1; 
}
.product-cate-item.product-cate-item-active img.clickImgS {
    width: 200px;
    display:none; 
    opacity:0;
}

.product-cate-item span {
    display: inline-block;
    font-family: Century Gothic;
    font-weight: bold;
    color: #00327d;
    margin: 28px 0 49px 0;
}

#content .cont .cent-banner ul li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

#content .cont .cent-banner ul li img {
    width: 81px;
}

#content .cont .cent-banner ul li:first-child span {
    color: #00327D;
}

#content .cont .cent-banner ul li span {
    display: inline-block;
    font-family: Century Gothic;
    font-weight: bold;
    color: #232222;
    margin: 28px 0 49px 0;
}

#content .cont .line {
    clear: both;
    width: 1008px;
    margin: 0 auto 35px;
    border-bottom: 1px solid #D7D7D7;
}

#content .cont .cont-bottom {
    width: 1008px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#content .cont .cont-bottom ul {
    display: flex;
    flex-wrap: wrap
}

#content .cont .cont-bottom ul li {
     width: 33%;
        height: 60px;
        line-height: 1.5;
        padding-left: 65px;
        box-sizing: border-box;
        display:flex;
        align-items:center;
        cursor: pointer;
        font-family: 'Century Gothic';
        font-weight: bold;
}
.troublesThree .w1280 > div{
	padding-top: 20px;
	padding-bottom: 20px;
}
#content .cont .cont-bottom ul li:hover {
    background: #F5F5F5;
    color: #00327D;
}

#content .cont .cont-bottom ul li a {
    color: #333;
    text-decoration: none;
    display: block;
}

#content .cont .cont-bottom ul li a:hover {
    color: #00327D;
    text-decoration: none;
}

#content .center-nav {
    margin: -200px auto 0;
    width: 1008px;
}

#content .center-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#content .center-nav ul li {
    cursor: pointer;
    text-align: center;
}

#content .center-nav ul li a {
    color: #333;
}

#content .center-nav ul li img {
    width: 84px;
    margin: 71px 0 31px;
}

#content .center-nav ul li span {
    display: inline-block;
    margin-bottom: 77px;
}

#content .support-form {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

#content .support-form .left {
    float: left;
    padding: 195px 0 0 0px;
    color: #000000;
}

#content .support-form .left p:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

#content .support-form .left p:nth-child(3) {
    margin: 25px 0;
}

#content .support-form .left p:nth-child(4) {
    font-weight: bold;
    font-size: 18px;
}

#content .support-form .left p:nth-child(5) {
    margin: 20px 0 25px;
}

#content .support-form .left p:nth-child(6) {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#content .support-form .left p img {
    width: 32px;
    margin-right: 5px;
}

#content .support-form .right {
    width: 595px;
    float: right;
    margin: 135px 0 140px;
    background: rgba(255, 255, 255, .8);
    padding: 0 38px;
    box-sizing: border-box;
}

#content .support-form .right .first {
    background-image: url(../imgs/Polygon2.png);
    background-position: 97% center;
    background-size: 12px;
    background-repeat: no-repeat;
}

#content .support-form p.title {
    margin: 53px 0 28px;
    font-size: 30px;
    font-weight: bold;
    color: #232222;
}

#content .support-form input {
    width: 100%;
    height: 39px;
    border: none;
    background: #fff;
    padding: 0 21px;
    margin-bottom: 21px;
    border-radius: 5px;
    outline: none;
}

#content .support-form textarea {
    width: 100%;
    height: 104px;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px 21px;
    margin-bottom: 30px;
    outline: none;
}

#content .support-form button {
    margin-bottom: 62px;
    width: 116px;
    height: 35px;
    background: #00327D;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}

#content .home-support {
    margin: 0 auto; 
    padding: 20px 0 31px 0;
    color: #232222;
    font-size: 12px;
}



#app-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://static-ussite.tineco.com/109f2394-f000-4608-9a63-6b3c06bae6d7.jpg);
    height: 550px;
    background-size: auto 100%;
    padding-top: 200px; 
}

#app-content .title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 30px;

}

#app-content .msg1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}

#back {
    height: 80px;
    background: #00327D;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
}

#back .center {
    text-decoration: none;
    color: #FFFFFF;
}

#back .center span {
    color: #FFFFFF;
    text-decoration: none;
}

#back .center:hover {
    text-decoration: none;
}

#back .center:hover span {
    color: #FFFFFF;
    text-decoration: none;
}

#back .center img {
    margin-right: 20px;
}

#QRcode {
    padding-top: 135px;
}

#QRcode .title {
    text-align: center;
}

#QRcode .title .item {
    display: inline-block;
    width: 128px;
    font-weight: bold;
    margin-right: 150px;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 2px solid #f5f5f5;
    color: #000000;
    cursor: pointer;
}

#QRcode .title .and {
    color: #00327D;
    border-bottom: 2px solid #00327D;
}

#QRcode .content {  
    padding-top: 120px;
    padding-left: 11%;
    padding-bottom: 140px;
    display:flex;
}

#QRcode .content .code {
    margin-right:200px;
}

#QRcode .content .code img {
    width: 290px;
    height: 524px;
}

#QRcode .content .msg {
    padding-top: 70px;
    flex:1;
} 

#QRcode .content .msg img {
    width: 54px;
    margin-bottom: 34px;
}

#QRcode .content .msg .msg1 {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    padding-bottom: 40px;
}

#QRcode .content .msg .msg2 {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
}
  
#QRcode .content .msg a.normalBtn {
    margin-top: 30px;
    border-radius: 999px;
    background: #00327D;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px 40px;
    display:block;
    text-decoration: none;
    display:inline-block; 
    border:1px solid #00327D; 
}
#QRcode .content .msg a.normalBtn:hover {
    background: #fff;
    color: #00327D;
}

#QRcode .photo {
    background: #00327D;
    border-radius: 5px;
    padding: 50px 60px;
    margin-bottom: 80px;
}


#QRcode .photo .p-title {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 30px;
}

#QRcode .photo .content1 {
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 40px;
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    ;
}

#QRcode .photo .content1 img {
    vertical-align: middle;
    margin-right: 10px;
}

#QRcode .photo .content1 button {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 999px;
    font-weight: 400;
    color: #00327D;
    padding: 10px 30px;
}

.photo .content2 {
    padding-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.photo .content2 .item {
    background-image: url(./../imgs/rightBAI.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 50px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.photo .content2 .item:hover {
    background-image: url(./../imgs/rightLAN.png);

}

#QRcode .booter-navbar {
    font-weight: 400;
    color: #232222;
    font-size: 14px;
    padding-bottom: 20px;
    cursor: pointer;
}


.photo {
    background: #00327D;
    border-radius: 5px;
    padding: 50px 60px;
    margin-bottom: 80px;
}


.photo .p-title {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 30px;
}

.photo .content1 {
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 40px;
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    ;
}

.photo .content1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.photo .content1 button {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 999px;
    font-weight: 400;
    color: #00327D;
    padding: 10px 30px;
}

.photo .content2 {
    padding-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.photo .content2 .item {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.photo .content2 .item img {
    margin-right: 10px;
}

.booter-navbar {
    font-weight: 400;
    color: #232222;
    font-size: 14px;
    padding-bottom: 20px;
    cursor: pointer;
}



#mre {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 130px;
}

#mre .w1280 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#mre .w1280 .title {
    font-weight: bold;
    color: #232222;
    padding-bottom: 100px;
    font-size: 30px;
    text-align: center;
}

#mre .cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

#mre .cont .item {
    text-align: center;
}

#mre .cont .item img {
    width: 120px;
    padding-bottom: 36px;
}

#mre .cont .item .msg {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

#videos {
    margin-top: 100px;
    margin-bottom: 100px;
}

#videos .w1280 .top {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

#videos .w1280 .top .video {
    width: 100%;
    padding-bottom: 20px;
}

#videos .w1280 .title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 20px;
}

#videos .w1280 .go {
    position: absolute;
    left: 0;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0);
    cursor: pointer;
}

#videos .w1280 .msg {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;

}


#videos .w1280 .min-item {
    display: flex;
    justify-content: space-between;
}

#videos .w1280 .min-item .item {
    width: 48%;
    position: relative;
}

#videos .w1280 .min-item .item .video {
    width: 100%;
    padding-bottom: 20px;
}


#videos .w1280 .min-item .item .go {
    top: 144px;
}

#supportDetail {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}

#supportDetail .banner {
    background-image: url(../imgs/support-detail/sp-detail-banner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#supportDetail .banner .center {
    margin: 0 auto;
}

#supportDetail .banner .center p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 198px 0 30px;
}

#supportDetail .banner .center p:nth-child(2) {
    padding-bottom: 181px;
    color: #FFFFFF;
}

#supportDetail .cent-nav {
    background-color: #00327D;
    width: 100%;
    position: relative;
}
#supportDetail .cent-nav.fixed-head {
    background-color: #00327D;
    position: fixed;
}

#supportDetail .cent-nav img {
    position: absolute;
    width: 14px;
    top: 18px;
}

#supportDetail .cent-nav .leftarrow {
    left: 50px;
}

#supportDetail .cent-nav .rightarrow {
    right: 50px;
}

#supportDetail .cent-nav .nav {
    margin: 0 auto;
}

#supportDetail .cent-nav .nav ul {
    display: flex;
    width: 100%;
}

#supportDetail .cent-nav .nav ul li {
    flex: 1;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
}

#supportDetail .cent-nav .nav ul li:first-child {
    background: #DAE8FE;
    color: #00327D;
}

#supportDetail .cent-nav .nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

#supportDetail .cent-nav .nav ul li:first-child a {
    color: #00327D;
    display: block;
}

#supportDetail .get-start {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
}

#supportDetail .get-start p:first-child {
    font-size: 30px;
    font-weight: bold;
    padding: 93px 0 32px;
}

#supportDetail .get-start p:nth-child(2) {
    font-size: 12px;
}

#supportDetail .get-start a.leanMore {
    width: 139px;
    height: 38px;
    background: #00327D;
    color: #FFFFFF;
    outline: none;
    border-radius: 25px;
    margin: 30px 0 90px;
    line-height: 38px;
    display: inline-block;
    text-decoration: none;
}

#supportDetail .get-start a.leanMore:hover {
    text-decoration: none;
}

#supportDetail .troubles {
    margin: 0 auto;
    text-align: center;
}

#supportDetail .troubles h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 95px 0 26px;
}

#supportDetail .troubles p {
    padding-bottom: 48px;
}

#supportDetail .troubles ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#supportDetail .troubles ul:after {
    content: "";
    height: 0px;
    width: 620px;
}

#supportDetail .troubles ul li {
    width: 290px;
    height: 290px;
    background: #FFFFFF;
    margin-bottom: 37px;
    cursor: pointer;
}

#supportDetail .troubles ul li img {
    margin: 56px 0 35px;
}

#supportDetail .troubles ul li span {
    font-size: 18px;
}

#supportDetail .troubles ul li:hover {
    box-shadow: -1px 9px 16px 0px rgba(24, 24, 24, 0.14);
}

#supportDetail .troubles ul li:hover span {
    color: #00327D;
}

#supportDetail .troubles ul li:last-child {
    margin-bottom: 116px;
}

#supportDetail .faqs {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

#supportDetail .faqs .cont h2 {
    padding: 107px 0 91px;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
}

#supportDetail .faqs .cont ul.left {
    width: 50%;
    float: left;
}

#supportDetail .faqs .cont ul.right {
    width: 50%;
    float: right;
}

#supportDetail .faqs .cont ul.left li:first-child {
    color: #00327D;
}

#supportDetail .faqs .cont ul li {
    width: 95%;
    border-bottom: 1px solid #BBBBBB;
    text-align: left;
    padding: 28px 0;
    position: relative;
    font-size: 14px;
}

#supportDetail .faqs .cont ul li img {
    position: absolute;
    right: 20px;
    width: 14px;
    cursor: pointer;
}

#supportDetail .faqs .cont ul li span {
    display: block;
    font-size: 12px;
    color: #3C3C3C;
    margin: 20px 0 0 20px;
}

#supportDetail .faqs .cont button {
    width: 126px;
    height: 38px;
    margin: 60px 0 118px 0;
}

#supportDetail .faqs .cont p button {
    background: #00327D;
    color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
}

#supportDetail .instruction {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 147px;
}

#supportDetail .instruction h3 {
    font-size: 30px;
    font-weight: bold;
    color: #232222;
    margin: 100px 0 35px 0;
}

#supportDetail .instruction p.down {
    overflow: hidden;
    margin-bottom: 84px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#supportDetail .instruction p.down a.spanBtn {
    display: inline-block;
    width: 48%;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    text-align: left;
    background-image: url(../imgs/support-detail/icon-download.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 18px;
    text-decoration: none;  
    color:#000; 
    cursor:pointer; 
    margin-bottom:30px; 
}

#supportDetail .instruction p.down span:last-child {
    float: right;
}

#supportDetail .instruction .product { 
    background: url(https://static-ussite.tineco.com/1eb1d6d0-c79a-4a28-9954-dd54afdf1bb9.jpg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#supportDetail .instruction .product h2 {
    font-weight: bold;
    color: #FFFFFF;
    padding: 143px 0 24px 0;
    font-size: 30px;
}

#supportDetail .instruction .product p.title {
    font-weight: 400;
    color: #F5F5F5;
    font-size: 12px;
    margin-bottom: 44px;
}
#supportDetail .instruction .product p a{
	text-decoration: none;
}
#supportDetail .instruction .product p span {
    display: inline-block;
    width: 234px;
    height: 44px;
    line-height: 44px;
    margin: 0 20px;
    background: #FFFFFF;
    border-radius: 25px;
    color: #00327D;
    cursor: pointer;
}

#supportDetail .instruction .product p span img {
    width: 14px;
    margin-right: 5px;
}

#supportDetail .instruction .product p a.button {
    background: #00327D;
    color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
    margin: 54px 0 125px 0;
    width: 158px;
    display:inline-block;
    height: 48px;
    text-decoration: none;
    line-height:48px; 
}

#supportDetail .register {
    width: 100%;
    background: #FFFFFF;
}

#supportDetail .register .cent {
    margin: 0 auto;
}

#supportDetail .register .cent h3 {
    text-align: center;
    font-weight: bold;
    color: #232222;
    font-size: 30px;
    padding: 95px 0 70px;
}

#supportDetail .register .cent .cont {
    overflow: hidden;
}

#supportDetail .register .cent .cont div {
    float: left;
}

#supportDetail .register .cent .cont .left {
    width: 40%;
}

#supportDetail .register .cent .cont .right {
    width: 40%;
    float: right;
}

#supportDetail .register .cent .cont .center {
    width: 20%;
    text-align: center;
}

#supportDetail .register .cent .cont .center img {
    width: 150px;
}

#supportDetail .register .cent .cont .left ul li {
    padding: 31px 80px 37px 0;
    overflow: hidden;
}

#supportDetail .register .cent .cont .right ul li {
    padding: 31px 0px 37px 80px;
    overflow: hidden;
}

#supportDetail .register .cent .cont .left ul li .words {
    text-align: right;
    width: 75%;
}

#supportDetail .register .cent .cont .right ul li .words {
    text-align: left;
    width: 75%;
    float: right;
}

#supportDetail .register .cent .cont .left ul li .words p:first-child,
#supportDetail .register .cent .cont .right ul li .words p:first-child {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

#supportDetail .register .cent .cont .left ul li .words p:last-child,
#supportDetail .register .cent .cont .right ul li .words p:last-child {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

#supportDetail .register .cent .cont .left ul li img {
    width: 65px;
    float: right;
}

#supportDetail .register .cent .cont .right ul li img {
    width: 65px;
    float: left;
}

#supportDetail .register .cent p.btn {
    text-align: center;
    width: 100%;
}

#supportDetail .register .cent p a {
    background: #00327D;
    border-radius: 27px;
    color: #FFFFFF;
    width: 196px;
    height: 48px;
    margin: 64px 0 108px 0;
    line-height: 48px;
    display: inline-block;
    text-decoration: none;
}

#supportDetail .register .cent p button {
    background: #00327D;
    border-radius: 27px;
    color: #FFFFFF;
    width: 196px;
    height: 48px;
    margin: 64px 0 108px 0;
    display: inline-block;
    text-decoration: none;
}

#supportDetail .register .cent p a:hover {
    text-decoration: none;
    line-height: 48px;
}

#supportDetail .Accessories {
    text-align: center;
}

#supportDetail .Accessories h3 {
    font-size: 30px;
    font-weight: bold;
    color: #232222;
    margin: 98px 0 52px 0;
}
#supportDetail .claim {
    background-image: url(https://static-ussite.tineco.com/faa55fcb-7aa1-43dd-ba47-5ee71a63a3e8.jpg);
    background-size: 100% 100%;
    background-position: center center; 
    background-repeat: no-repeat;
    margin-bottom: 35px;
}

#supportDetail .claim .content {
    margin: 0 auto;
    overflow: hidden;
    color: #FFFFFF;
}

#supportDetail .claim .img {
    width: 20%;
    float: left;
    text-align: right;
    padding: 116px 20px 32px 0;
}

#supportDetail .claim .words {
    width: 80%;
    float: right;
}

#supportDetail .claim .left {
    width: 50%;
    float: left;
}

#supportDetail .claim .words p.title {
    padding: 116px 0 32px 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 30px;
}

#supportDetail .claim .right {
    width: 50%;
    float: right;
    padding-left: 100px;
}

#supportDetail .claim img {
    width: 84px;
}

#supportDetail .claim .words a.button {
    margin: 37px 0 110px 0;
    width: 138px;
    height: 38px;
    background: #00327D;
    border-radius: 25px;
    text-decoration: none;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 15px;
    display:inline-block; 
    text-align:center;
    line-height:38px; 
    justify-content: center;
	align-items: center; 
}

#supportDetail .claim .words a.button.ad {
    margin-right: 20px;
    background-image: url(../imgs/support-detail/ad.png);
    background-position: 24px center;
    padding-left: 40px;
}

#supportDetail .claim .words a.button.ios {
    background-image: url(../imgs/support-detail/ios.png);
    background-position: 40px center;
    padding-left: 40px;
}

/* .photo {
	background: #00327D;
	border-radius: 5px;
	padding: 50px 60px 0;
	margin-bottom: 80px;
}


.photo .p-title {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 20px;
	padding-bottom: 30px;
}

.photo .content1 {
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 40px;
	font-size: 20px;

}

.photo .content1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.photo .content1 button {
	position: absolute;
	right: 0;
	top: -30px;
	font-size: 18px;
	background: #FFFFFF;
	border-radius: 999px;
	font-weight: 400;
	color: #00327D;
	padding: 10px 30px;
} */


.booter-navbar {
    font-weight: 400;
    color: #232222;
    font-size: 14px;
    padding-bottom: 20px;
    cursor: pointer;
}



/**闂鐨勬墜椋庣惔鏍峰紡寮�濮�**/
.viewMoreBtn {
    margin: 60px 0 118px 0;
    display: block;
    text-align: center;
}

.viewMoreBtn a {
    width: 139px;
    height: 38px;
    background: #00327D;
    color: #FFFFFF;
    outline: none;
    border-radius: 25px;
    margin: 30px 0 90px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}

.collspan-box {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.collspan-box .collspan-left-container {
    flex: 1;
}

.collspan-box .collspan-right-container {
    flex: 1;
}

.collspan-box .collspan-item {
    width: 100%;
    position: relative;
    text-align: left;
    display: inline-block;
    height: 60px;
    border-bottom: 1px solid #bbb;
    padding: 20px 0px;
    position: relative;
}

.collspan-box .collspan-left-container .collspan-item {
    width: 92%;
}

.collspan-box .collspan-item.active {
    height: auto;
}

.collspan-title {
    padding-right: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    position: relative;
    line-height: 20px;
}


.collspan-op {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border: 1px dashed #fff;
    cursor: pointer;
    display: flex;
    background: url(../imgs/support-detail/add.png);
    background-size: 100% 100%;
}

.collspan-op:hover {
    border: 1px dashed #bbb;
}

.collspan-op img {
    width: 14px;
    height: 14px;
    flex: 1;
}

.collspan-content {
    font-size: 14px;
    color: #3C3C3C;
    padding: 13px 16px;
    display: none;
    opacity: 0;
}

.mainFaq .collspan-title {
    font-size: 18px;
}

.mainFaq .collspan-content {
    font-size: 16px;
}

.collspan-box .collspan-item.active .collspan-title {
    color: #00327D;
}

.collspan-box .collspan-item.active .collspan-op {
    background: url(../imgs/support-detail/jian.png);
    background-size: 100% 100%;
}

.collspan-box .collspan-item.active .collspan-content {
    display: block;
    opacity: 1;
}

/**闂鐨勬墜椋庣惔鏍峰紡缁撴潫**/




/***闂faq**/

#faq-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./../imgs/sp-claim-banner.png);
    height: 550px;
    background-size: auto 100%;
    padding-top: 200px;
}

#faq-content .title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 30px;

}

#faq-content .msg1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}


#brow {
    margin-top: 100px;
}

#brow .w1280 {
    background-color: #fff;
    padding: 80px;
}

#brow .w1280 .top-title {
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 80px;
}


#brow .w1280 .imgs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #D7D7D7;
}

#brow .w1280 .imgs .item {
    text-align: center;
}

#brow .w1280 .imgs .item .img {
    height: 230px;
    margin: 0 auto;
    width: 114px;
}

#brow .w1280 .imgs .item .img img {
    height: 100%;
}

#brow .w1280 .imgs .item .msg {
    margin-top: 34px;
    font-family: Century Gothic;
    font-weight: bold;
    font-size: 20px;
}


#brow .w1280 .form {
    padding: 50px;
}

#brow .w1280 .form .item {
    margin-top: 54px;
}

#brow .w1280 .form .item-title {
    text-align: center;
    font-weight: bold;
    color: #232222;
    font-size: 24px;
    padding-bottom: 26px;
}

#brow .w1280 .form .item-content {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}


#brow .w1280 .form .item-content .ipt {
    width: 49%;
    height:45px;
	line-height:45px; 
    position: relative;
	border: 1px solid #D7D7D7;
	margin-bottom:35px; 
}
#brow .w1280 .form .item-content .ipt a.support-manual-a{
	color: #000000;
	font-size:14px;
	font-weight:400;
	padding:0px 10px;
	height:45px;
	line-height:45px;
	text-decoration: none; 
}
#brow .w1280 .form .item-content .ipt input {
    width: 100%;
    height: 44px;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    padding-left: 20px;
}

#brow .w1280 .form .item-content .ipt img {
    position: absolute;
    right: 12px;
    top: 8px;
}


#manual-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./../imgs/sp-detail-banner123123123.png);
    height: 550px;
    background-size: auto 100%;
    padding-top: 200px;
}

#manual-content .title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 30px;

}

#manual-content .msg1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}


/**trouble*/
#trouble1 {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}

#trouble1 .banner {
    background-image: url(../imgs/support-detail/sp-detail-banner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#trouble1 .banner .center {
    margin: 0 auto;
}

#trouble1 .banner .center p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 198px 0 30px;
    padding-bottom:181px;   
}

#trouble1 .banner .center p:nth-child(2) {
    padding-bottom: 181px;
    color: #FFFFFF;
}

#back {
    height: 70px;
    background: #00327D;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
}

#back .center img {
    margin-right: 20px;
}

#trouble-step {
    margin: 0 auto;
}

#trouble-step ul {
    display: flex;
    flex-wrap: wrap;
}

#trouble-step ul li {
    flex: 1;
    height: 49px;
    text-align: center;
    line-height: 49px;
    background-image: url(../imgs/trouble/Rectangle2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 75px 0 31px 0;
    cursor: pointer;
}

#trouble-step ul li.active {
    background-image: url(../imgs/trouble/Rectangle1.png);
    color: #FFFFFF;
}

#trouble-step ul li.active.steptwo {
    background-image: url(../imgs/trouble/Rectangle3.png);
    color: #FFFFFF;
}

#trouble-step ul li.active.stepThree {
    background-image: url(../imgs/trouble/Rectangle4.png);
    color: #FFFFFF;
}
#trouble-step ul li.active.stepfour{
    background-image: url(../imgs/trouble/Rectangle5.png);
    color: #333;
}
#trouble-step p {
    height: 80px;
    line-height: 80px;
    background: #F7E9D9;
    font-weight: 400;
    color: #202020;
    background-image: url("../imgs/trouble/th.png");
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: 38px center;
    padding-left: 114px;
}

#mre {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 130px;
}

#mre .w1280 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#mre .w1280 .title {
    font-weight: bold;
    color: #232222;
    padding-bottom: 100px;
    font-size: 30px;
    text-align: center;
}

#mre .cont {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

#mre .cont .item {
    text-align: center;
}

#mre .cont .item img {
    width: 120px;
    padding-bottom: 36px;
}

#mre .cont .item .msg {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}


.photo {
    background: #00327D;
    border-radius: 5px;
    padding: 50px 60px;
    margin-bottom: 80px;
}


.photo .p-title {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 20px;
    padding-bottom: 30px;
}

.photo .content1 {
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 40px;
    font-size: 20px;
    border-bottom: 1px solid #FFFFFF;
    ;
}

.photo .content1 img {
    vertical-align: middle;
    margin-right: 10px;
}

.photo .content1 button {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 999px;
    font-weight: 400;
    color: #00327D;
    padding: 10px 30px;
}

.photo .content2 {
    padding-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.photo .content2 .item {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.photo .content2 .item a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

.photo .content2 .item img {
    margin-right: 10px;
}

.booter-navbar {
    font-weight: 400;
    color: #232222;
    font-size: 12px;
    padding-bottom: 20px;
    cursor: pointer;
}

#step ul li.steptwo {
    background-image: url(../imgs/trouble/Rectangle3.png);
    color: #FFFFFF;
}

#step ul li.stepthree {
    background-image: url(../imgs/trouble/Rectangle4.png);
    color: #FFFFFF;
}
#step ul li.stepfour{
    background-image: url(../imgs/trouble/Rectangle5.png);
    color: #FFFFFF;
}

.troublesTwo h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 95px 0 50px;
}

.troublesTwo ul li {
    height: 61px;
    line-height: 61px;
    background: #FFFFFF;
    border-radius: 5px;
    padding-left: 54px;
    margin-bottom: 22px;
    background-image: url("../imgs/trouble/trouble-right.png");
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 98% center;
}

.troublesTwo ul li:last-child {
    margin-bottom: 160px;
}

.troublesTwo ul li a {
    color: #333;
    text-decoration: none;
}

.troublesTwo ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}

.troublesThree h3.mainTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 95px 0 50px;
}

.troublesThree ul li {
    overflow: hidden;
    border-bottom: 1px solid #D7D7D7;
}

.troublesThree ul li:first-child {
    padding-bottom: 56px;
}

.troublesThree ul li .left {
    width: 50%;
    float: left;
}

.troublesThree ul li p:first-child {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

.troublesThree ul li .left p span {
    display: block;
    margin: 10px 0 10px 17px;
}

.troublesThree ul li .left p:last-child {
    margin-left: 18px;
}

.troublesThree ul li .right {
    width: 50%;
    float: right;
    text-align: right;
}

.troublesThree ul li:nth-child(2) p:first-child {
    padding-top: 50px;
}

/* .troublesThree ul li .right img { */
/* width: 498px; */
/* } */

.troublesThree ul li p:last-child {
    padding: 10px 0 85px 16px;
}

.troublesThree ul li button {
    float: right;
    width: 134px;
    height: 41px;
    border-radius: 27px;
    color: #FFFFFF;
    margin: 30px 0;
    line-height: 41px;
}

.troublesThree ul li button.yes {
    background: #00327D;
}

.troublesThree ul li button.no {
    background: #292929;
    margin-left: 20px;
}

.troublesThree ul li:last-child {
    border: none;
    line-height: 100px;
}

#trouble4 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#trouble4 .bg {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    position: fixed;
    left: 0;
    top: 0;
}

#trouble4 .cont {
    width: 900px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#trouble4 .cont p.top {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    padding: 28px 40px 28px 75px;
    border-bottom: 1px solid #D7D7D7;
    position: relative;
}

.closeBtnMask {
    background-image: url("../imgs/trouble/close.png");
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    right: 40px;
    top: 28px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.closeBtnMask:hover {
    transform: rotate(480deg);
}

#trouble4 .cont div {
    padding: 35.7px 75px 42px;
}

#trouble4 .cont div .title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}

#trouble4 .cont div textarea {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 18px 0 10px;
    font-size: 12px;
    color: #CACACA;
}

#trouble4 .cont div input {
    width: 100%;
    height: 42px;
    background: #F8F8F8;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 0px 20px;
    font-size: 12px;
    color: #CACACA;
}

#trouble4 .cont div button {
    width: 126px;
    height: 38px;
    margin-top: 17px;
    background: #00327D;
    border-radius: 27px;
    color: #fff;
}

/**claim寮�濮�***/
#claim-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./../imgs/sp-detail-banner123123123.png);
    height: 550px;
    background-size: auto 100%;
    padding-top: 200px;
}

#claim-content .title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 30px;

}

#open .title {
    padding-top: 130px;
    text-align: center;
    font-weight: bold;
    color: #010101;
    font-size: 30px;
    padding-bottom: 100px;
}

#claim-content .msg1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}

#file {
    padding-top: 140px;
}

#file .top-title {
    font-size: 32px;
    font-weight: bold;
    color: #010101;
    text-align: center;
    padding-bottom: 80px;
}

#file .two-title {
    text-align: center;
    padding-bottom: 60px;
}

#file .two-title .item {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
}

#file .two-title .focus {
    border-bottom: 2px solid#00327D;
    color: #00327D;
    ;
}

#file .msgs .item {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    padding-bottom: 20px;
}

#form {
    margin-bottom: 100px;
    margin-top: 50px;
}

#form .w1280 {
    background-color: #fff;
    padding: 100px 56px;
}

#form .title {
    border-bottom: 1px solid #C2C1C1;
    position: relative;
    margin-bottom: 30px;
}

#form .subtitle {
    text-align: center;
    font-family: Century Gothic;
    font-weight: 400;
    color: #505151;
    font-size: 12px;
    margin-bottom: 20px;
}

#form .title span {
    font-family: Century Gothic;
    font-weight: bold;
    color: #000000;
    font-size: 26px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -16px);
    background-color: #fff;
    width: 360px;
    text-align: center;
}

#form .max-input {
    position: relative;
}

#form .max-input input {
    width: 100%;
    background: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
    padding-left: 20px;
    font-weight: 400;
    color: #505151;
    font-size: 12px;
}

#form .two-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    position: relative;
}
#form .two-input .reg-inputBox{
	width: 49%;
    background: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
    padding-left: 20px;
    font-weight: 400;
    color: #505151;
    font-size: 12px;  
    display:flex;
    align-items:center;
    position:relative; 
}
#form  .reg-inputBox input,#form .reg-inputBox .inputSpan{
	flex:1; 
	border:none; 
	background:#f5f5f5;  
	padding:0px 10px; 
	height:100%; 
	line-height:42px;
	margin-left:25px;  
} 
#form .reg-inputBox .guoqiList p{
	margin-left:45px;   
}
 
#form .two-input input {
    width: 49%;
    background: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
    padding-left: 20px;
    font-weight: 400;
    color: #505151;
    font-size: 12px;
}

#form textarea {
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    border: none;
    height: 40px;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 400;
    background: #F5F5F5;
    color: #505151;
    font-size: 12px;
}

#form .item {
    padding: 0 0 100px;
}

#form img {
    position: absolute;
}

#form .import {
    padding-top: 20px;
}

#form .import .i {
    width: 70px;
    height: 70px;
    background: #F5F5F5;
    position: relative;
    cursor: pointer;
    display:inline-block; 
    margin-right:15px; 
}
#form .import .i .layui-icon-close{
	position:absolute;
	right:-8px;
	top:-8px;
	background:#645e5e;
	border-radius:50%;
	padding:2px; 
	 z-index: 11;
	color:#fff;  
}

#form .import .i img.uplaod {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#form .import .i img.normalImg{
	width: 70px;
    height: 70px;
}
#form .Submit {
    text-align: center;
    margin-top: 30px;
}

#form .Submit button {
    border-radius: 9999px;
    background: #00327D;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 40px;
}

/**claim缁撴潫***/



/***product care****/
#product-care-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(./../imgs/sp-detail-banner123123123.png);
    height: 550px;
    background-size: auto 100%;
    padding-top: 200px;
}

#product-care-content .title {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 30px;

}

#product-care-content .msg1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
}


/***product care**/


/**register 寮�濮�***/
#register {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}

#register .banner {
    background-image: url(../imgs/register/sp-rp-banner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#register .banner .center {
    margin: 0 auto;
}

#register .banner .center p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 198px 0 30px;
}

#register .banner .center p:nth-child(2) {
    padding-bottom: 181px;
    color: #FFFFFF;
}

#back {
    height: 70px;
    background: #00327D;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
}

#back .center img {
    margin-right: 20px;
}

.newCustomer .content {
    margin: 98px auto 28px;
    padding: 28px;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.newCustomer .content h2 {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.newCustomer .content div .title {
    padding: 40px 0 28px 0;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
}

.newCustomer .content div p a.otherHrefBtn {
    color: #00327D;
    text-decoration: underline;
    cursor: pointer; 
}

.newCustomer .content div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 50px;
}

.newCustomer .content div ul li {
    width: 49%;
    position:relative;  
}
 
.newCustomer .content div ul li .reg-inputBox,.newCustomer .content div ul li  input.nnnInputBox {
    background-color: #F5F5F5;
    border-radius: 5px;
    height: 42px;
    padding-left: 18px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    display:flex;  
    align-items: center;
    padding: 0px 10px; 
    position:relative; 
}
.newCustomer .content div ul li .reg-inputBox input,.newCustomer .content div ul li .reg-inputBox .inputSpan{
	flex:1; 
	border:none; 
	background:#f5f5f5; 
	padding:0px 10px; 
	height:100%; 
	line-height:42px; 
} 
.guoqiList{
	display:none;
	background: #fff;
    width: 100%; 
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding-left: 20px;
    padding-right: 20px; 
    position:absolute;
    left:0;
    right:0;
    top:40px;  
    z-index:11; 
    -webkit-transition: transform .001s linear !important;
    -moz-transition: transform .001s linear !important;
    -o-transition: transform .001s linear !important;
    transition: transform .001s linear !important;
    -webkit-transition-delay: .001s !important;
    -moz-transition-delay: .001s !important;
    -o-transition-delay: .001s !important;
    transition-delay: .001s !important;
    -o-animation-timing-function: step-end !important;
    -moz-animation-timing-function: step-end !important;
    animation-timing-function: step-end !important;
    -o-animation-iteration-count: 1 !important;
    -ms-animation-iteration-count: 1 !important;
    -moz-animation-iteration-count: 1 !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
}
.guoqiList.show{
	display:block; 
}
.guoqiList div{
	display:flex;
}
.guoqiList div.clearfix{
	padding: 15px 10px;   
	display:flex;
	align-items:center;
}
.guoqiList div.clearfix img{
	height:20px;
	margin-right:10px; 
}
.newCustomer .content div ul li .reg-inputBox input:focus{
	border:none; 
}
.newCustomer .content div ul li img.input-icon{
	width:20px;
	height:20px; 
	margin-right:15px; 
}

.newCustomer .content div ul li img.input-icon.arrow{
	width:15px;
	height:15px; 
}

.newCustomer .content div ul li img.guoqi{
	height:20px; 
	margin-right:15px;
	margin-left:15px;
}



.newCustomer .content div p.change {
    padding: 5px 0;
}

.newCustomer .content div p.btn {
    text-align: center;
    width: 100%;
}

.newCustomer .content div p.change input {
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
}

.newCustomer .content div p button {
    width: 182px;
    height: 38px;
    background: #00327D;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 42px;
}

#product h2 {
    background: #FFFFFF;
    font-weight: bold;
    color: #000000;
    padding: 42px 0;
    text-align: center;
    font-size: 30px;
}

#bottom .register {
    width: 100%;
}

#bottom .register .cent {
    margin: 0 auto;
}

#bottom .register .cent h3 {
    text-align: center;
    font-weight: bold;
    color: #232222;
    font-size: 30px;
    padding: 95px 0 70px;
}

#bottom .register .cent .cont {
    overflow: hidden;
}

#bottom .register .cent .cont div {
    float: left;
}

#bottom .register .cent .cont .left {
    width: 40%;
}

#bottom .register .cent .cont .right {
    width: 40%;
    float: right;
}

#bottom .register .cent .cont .center {
    width: 20%;
    text-align: center;
}

#bottom .register .cent .cont .center img {
    width: 150px;
}

#bottom .register .cent .cont .left ul li {
    padding: 31px 80px 37px 0;
    overflow: hidden;
}

#bottom .register .cent .cont .right ul li {
    padding: 31px 0px 37px 80px;
    overflow: hidden;
}

#bottom .register .cent .cont .left ul li .words {
    text-align: right;
    width: 75%;
}

#bottom .register .cent .cont .right ul li .words {
    text-align: left;
    width: 75%;
    float: right;
}

#bottom .register .cent .cont .left ul li .words p:first-child,
#bottom .register .cent .cont .right ul li .words p:first-child {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

#bottom .register .cent .cont .left ul li .words p:last-child,
#bottom .register .cent .cont .right ul li .words p:last-child {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}

#bottom .register .cent .cont .left ul li img {
    width: 65px;
    float: right;
}

#bottom .register .cent .cont .right ul li img {
    width: 65px;
    float: left;
}

#bottom .register .cent p.btn {
    text-align: center;
}

#bottom .booter-navbar {
    margin: 0 auto;
    padding: 140px 0 30px 0;
    font-size: 12px;
}


.producttwo h2 {
    background: #FFFFFF;
    font-weight: bold;
    color: #000000;
    padding: 42px 0;
    text-align: center;
    font-size: 30px;
    margin: 100px 0 28px 0;
}
.producttwo button { 
    width: 282px;
    height: 38px;
    background: #00327D;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    margin:0 auto;
    margin-top: 42px;  
    display:block;  
}
.producttwo img {
    width: 35px;
    position: relative;
    top: -3px;
    margin: 0 8px;
}

.second .content {
    margin-top: 0 !important;
}

.second .content div ul li input {
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.second h2 img {
    width: 35px;
    position: relative;
    top: -3px;
    margin: 0 15px;
}

.second .content div p.btn button {
    width: 221px !important;
}

#register4 {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
}

#register4.show {
    display: block;
    opacity: 1;
}

.bg {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    position: fixed;
    left: 0;
    top: 0;
}

#register4 .cont {
    width: 900px;
    height: auto;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#register4 .cont p.top {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    padding: 28px 40px 28px 75px;
    border-bottom: 1px solid #D7D7D7;
} 
#register4 .cont p.top img.close{
    position:absolute;
    right:40px;
    top:28px;
    width:16px;
    height:auto;  
} 

#register4 .cont>div {
    padding: 35.7px 75px 42px;
}

#register4 .cont div .left {
    width: 50%;
    float: left;
}

#register4 .cont div .right {
    width: 50%;
    float: right;
    position: relative;
}

#register4 .cont div .right img.whereMySeriealNumber{
    width: 80%;
    height: auto;
}

#register4 .cont div .title {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}

#register4 .cont div .left .change {
    border: 1px solid #D7D7D7;
    width: 280px;
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    cursor: pointer;
}

#register4 .cont div .left ul {
    cursor: pointer;
    width: 280px;
    border: 1px solid #D7D7D7;
}

#register4 .cont div .left ul li {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}

#register4 .cont div .left ul li:first-child {
    background: #DAE8FE;
}

#register4 .cont div .right .img1 {
    width: 102px;
}

#register4 .cont div .right .img2 {
    width: 213px;
}

#register4 .cont div .right span {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 130px;
    top: 65%;
    font-size: 12px;
    color: #00327D;
}


/**register 缁撴潫****/

/***4涓ぇ鐨勬柟闈�***/
.support-four-main-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.support-four-main-list .item {
    text-align: center;
}

.support-four-main-list .item img {
    width: 120px;
    padding-bottom: 36px;
}

.support-four-main-list .item .msg {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.support-four-main-list a {
    text-decoration: none;
}

.support-four-main-list a:hover {
    text-decoration: none;
}

/**getstarted  faq product care accessrois**/



/***topics 鍑犱釜闂***/

.support-Topics {
    margin: 0 auto;
    text-align: center;
}

.support-Topics h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 95px 0 50px;
}

.support-Topics ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.support-Topics ul:after {
    content: "";
    height: 0px;
    width: 620px;
}

.support-Topics ul li {
    width: 290px;
    height: 290px;
    background: #FFFFFF;
    margin-bottom: 37px;
    cursor: pointer;
}

.support-Topics ul li img {
    margin: 56px 0 35px;
}

.support-Topics ul li .topics-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.support-Topics ul li .topics-item .imgIcon {
    background-size: 100% 100%;
    height: 120px;
    width: 120px;
    margin: 56px 0 35px;
    background: url(../imgs/support-detail/troubleshooting-icon1.svg);
}

.support-Topics ul li.item2 .imgIcon {
    background: url(../imgs/support-detail/troubleshooting-icon2.svg);
}

.support-Topics ul li.item3 .imgIcon {
    background: url(../imgs/support-detail/troubleshooting-icon3.svg);
}

.support-Topics ul li.item4 .imgIcon {
    background: url(../imgs/support-detail/troubleshooting-icon4.svg);
}

.support-Topics ul li.item5 .imgIcon {
    background: url(../imgs/support-detail/troubleshooting-icon5.svg);
}

.support-Topics ul li.item6 .imgIcon {
    background: url(../imgs/support-detail/troubleshooting-icon.svg);
}


.support-Topics ul li.item1:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon1.svg);
}

.support-Topics ul li.item2:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon2.svg);
}

.support-Topics ul li.item3:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon3.svg);
}

.support-Topics ul li.item4:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon4.svg);
}

.support-Topics ul li.item5:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon5.svg);
}

.support-Topics ul li.item6:hover .imgIcon {
    background: url(../imgs/support-detail/blue/troubleshooting-icon.svg);
}


.support-Topics ul li a {
    text-decoration: none;
    color: #333;
}

.support-Topics ul li span {
    font-size: 18px;
}

.support-Topics ul li:hover {
    box-shadow: -1px 9px 16px 0px rgba(24, 24, 24, 0.14);
}

.support-Topics ul li:hover span {
    color: #00327D;
    font-weight: bold;
}

.support-Topics ul li a:hover {
    text-decoration: none;
    color: #00327D;
}

.support-Topics ul li:last-child {
    margin-bottom: 116px;
}

/***topics鍑犱釜闂缁撴潫**/



#noGroup {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
}

#noGroup .banner {
    background-image: url(../imgs/nogroup/sp-detail-banner.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#noGroup .banner .center {
    margin: 0 auto;
}

#noGroup .banner .center p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 198px 0 30px;
}

#noGroup .banner .center p:nth-child(2) {
    padding-bottom: 181px;
    color: #FFFFFF;
}

#noGroup .product {
    background-image: url(../imgs/nogroup/register.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 101px auto;
}

#noGroup .product h2 {
    font-weight: bold;
    color: #FFFFFF;
    padding: 55px 0 45px 0;
    font-size: 30px;
}

#noGroup .product p.title {
    font-weight: 400;
    color: #F5F5F5;
    font-size: 12px;
}

#noGroup .product p button {
    background: #00327D;
    color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
    margin: 41px 0 44px 0;
    width: 158px;
    height: 48px;
}

#noGroup .teach {
    display: flex;
    margin-bottom: 119px;
}

#noGroup .teach .right {
    position: relative;
    cursor: pointer;
}

#noGroup .teach>div {
    width: 50%;
}

#noGroup .teach>div img {
    width: 100%;
}

.righttwo {
    position: relative;
    cursor: pointer;
}

.play {
    display: none;
    width: 53px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.playtwo {
    display: none;
    width: 53px !important;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#noGroup .teach .left {
    padding: 0 64px;
}

#noGroup .teach h2 {
    font-size: 30px;
    padding: 118px 0 45px 0;
}

#noGroup .teach p {
    font-size: 12px;
    margin-bottom: 160px;
}

.Charge {
    margin-top: 119px !important;
}

.manual {
    width: 100%;
    background: #FFF;
    padding: 102px 0;
}

.manual .cont {
    border: 1px solid #D7D7D7;
    padding: 50px 120px 50px 32px;

}

.manual .cont h2 {
    font-size: 30px;
    margin-bottom: 28px;
}

.manual .cont p {
    font-size: 12px;
}

#Swiper,
#Swiper1,
#Swiper2 {
    /* height: 500px; */
    width: 100%;
}

#Swiper .swiper-container,
#Swiper1 .swiper-container,
#Swiper2 .swiper-container {
    width: 100%;
    /* height: 500px; */
    overflow: hidden;
}

#Swiper .swiper-pagination .swiper-pagination-bullet,
#Swiper1 .swiper-pagination .swiper-pagination-bullet,
#Swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 134px;
    height: 5px;
    border-radius: 0;
    background: #FFFFFF;
    opacity: 1
}

#Swiper .swiper-pagination .swiper-pagination-bullet-active,
#Swiper1 .swiper-pagination .swiper-pagination-bullet-active,
#Swiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #00327D;
}

#Swiper img,
#Swiper1 img {
    width: 100%;
    height: 100%;
}

#Swiper .content,
#Swiper1 .content,
#Swiper2 .content {
    position: absolute;
    left: 248px;
    top: 292px;
    color: #fff;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 14px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 45px !important;
}

.threePart {
    margin: 135px 0 142px 0;
}

.threePart .cont {
    display: flex;
    justify-content: space-between;
}

.threePart .cont div {
    width: 32%;
}

.threePart .cont div h2 {
    font-size: 30px;
    margin: 47px 0 30px 0;
}

.threePart .cont div p {
    font-size: 12px;
}

.threePart .cont div img {
    width: 100%;
}

.Maintain {
    width: 100%;
    background: #fff;
    padding: 144px 0 105px 0;
}

.Maintain .teach {
    margin-bottom: 0 !important;
}

#noGroup .troubles {
    margin: 0 auto;
    text-align: center;
}

#noGroup .troubles h3 {
    font-size: 30px;
    font-weight: bold;
    padding: 95px 0 26px;
}

#noGroup .troubles p {
    padding-bottom: 48px;
}

#noGroup .troubles ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#noGroup .troubles ul:after {
    content: "";
    height: 0px;
    width: 620px;
}

#noGroup .troubles ul li {
    width: 290px;
    height: 290px;
    background: #FFFFFF;
    margin-bottom: 37px;
    cursor: pointer;
}

#noGroup .troubles ul li img {
    margin: 56px 0 35px;
}

#noGroup .troubles ul li span {
    font-size: 18px;
}

#noGroup .troubles ul li:first-child {
    box-shadow: -1px 9px 16px 0px rgba(24, 24, 24, 0.14);
}

#noGroup .troubles ul li:first-child span {
    color: #00327D;
}

#noGroup .troubles ul li:last-child {
    margin-bottom: 116px;
}

#noGroup .faqs {
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

#noGroup .faqs .cont h2 {
    padding: 107px 0 91px;
    font-weight: bold;
    color: #000000;
    font-size: 30px;
}

#noGroup .faqs .cont ul.left {
    width: 50%;
    float: left;
}

#noGroup .faqs .cont ul.right {
    width: 50%;
    float: right;
}

#noGroup .faqs .cont ul.left li:first-child {
    color: #00327D;
}

#noGroup .faqs .cont ul li {
    width: 95%;
    border-bottom: 1px solid #BBBBBB;
    text-align: left;
    padding: 28px 0;
    position: relative;
    font-size: 14px;
}

#noGroup .faqs .cont ul li img {
    position: absolute;
    right: 20px;
    width: 14px;
    cursor: pointer;
}

#noGroup .faqs .cont ul li span {
    display: block;
    font-size: 12px;
    color: #3C3C3C;
    margin: 20px 0 0 20px;
}

#noGroup .faqs .cont button {
    width: 126px;
    height: 38px;
    margin: 60px 0 118px 0;
}

#noGroup .faqs .cont p.btn {
    clear: both;
}

#noGroup .faqs .cont p button {
    background: #00327D;
    color: #FFFFFF;
    border-radius: 25px;
    cursor: pointer;
}

#Swiper2,
#Swiper2 .swiper-container {
    height: 530px !important;
}

.swiperFour {}

#Swiper2 .Accessories {
    text-align: center;
}

#Swiper2 .Accessories h3 {
    font-size: 30px;
    font-weight: bold;
    color: #232222;
    margin: 98px 0 52px 0;
}

#Swiper2 .Accessories ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Swiper2 .Accessories ul li {
    width: 23%;
    background: #FFFFFF;
}

#Swiper2 .Accessories ul li img {
    width: 278px;
}

#Swiper2 .Accessories ul li p.name {
    font-weight: bold;
    color: #232222;
    font-size: 16px;
    margin: 23px 0 14px 0;
}

#Swiper2 .Accessories ul li p.type {
    font-weight: 400;
    color: #232222;
    font-size: 12px;
}

#Swiper2 .Accessories ul li button {
    width: 80.5px;
    height: 33px;
    border: 1px solid #00327D;
    color: #00327D;
    margin: 24px 0 43px 0;
    background: #FFFFFF;
    border-radius: 20px;
}


.h3 {
    font-size: 30px;
    text-align: center;
    margin: 119px 0 88px 0;
}

.p {
    text-align: center;
}

.p button {
    background: #00327D;
    border-radius: 27px;
    color: #FFFFFF;
    width: 196px;
    height: 48px;
    margin: 0px 0 108px 0;
    margin-top: 45px;
}

p.Lorem {
    height: 80px;
    line-height: 80px;
    background-color: #F7E9D9;
    font-weight: 400;
    color: #202020;
    background-image: url("../imgs/trouble/th.png");
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: 38px center;
    padding-left: 114px;
    margin-bottom: 53px;
}
.requestSupportSelectBox{
	display:flex; 
}
.requestSupportSelectBox select{
	flex:1;
	width: 100%;
    height: 39px;
    border: none;
    background: #fff;
    padding: 0 21px;
    margin-bottom: 21px;
    border-radius: 5px;
    color:#777; 
    outline: none;
}


#nogroups11 #SwiperParts .Accessories {
    text-align: center;
}

#nogroups11 #SwiperParts .Accessories h3 {
    font-size: 30px;
    font-weight: bold;
    color: #232222;
    margin: 98px 0 52px 0;
} 

#nogroups11 #SwiperParts .Accessories ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
} 

#nogroups11 #SwiperParts .Accessories ul li {
    width: 23.5%;
    background: #FFFFFF;
    padding: 20px;
    margin-right:1%; 
}

#SwiperParts .Accessories ul li p.image {
    height: auto;
}

#SwiperParts .Accessories ul li p.image img {
    position: relative;
    width:100%;
}

#SwiperParts .Accessories ul li p.name {
    font-weight: bold;
    padding-top:25px;
    height:42px; 
    color: #232222;
}

#SwiperParts .Accessories ul li p.type {
    font-weight: 400;
    padding-top: 20px;  
    color: #232222;
    padding-bottom: 45px;
} 
.Accessories   a.accessoriesHref{
	color: rgb(255, 255, 255);
    width: 196px; 
    height: 48px;
    background: rgb(0, 50, 125);
    border-radius: 27px;
    margin: 64px 0px 108px;
    display:inline-block;
    text-decoration: none; 
    line-height:48px;
    border:1px solid rgb(0, 50, 125);
}
	.Accessories   a.accessoriesHref:hover{
		color:rgb(0, 50, 125);
		background:rgb(255, 255, 255); 
	} 
.swiper-pagination-banner .swiper-pagination-bullet{
	background:#9C9C9C; 
}
.swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#9C9C9C;  
}
#SwiperParts .swiper-horizontal>.swiper-pagination-bullets,
#SwiperParts .swiper-pagination-bullets.swiper-pagination-horizontal,
#SwiperParts .swiper-pagination-custom,
#SwiperParts .swiper-pagination-fraction {
    bottom: 70px;
}
