* {
    padding: 0;
    margin: 0;
}

h1 , h2 , h3 {
    margin: 0;
}
ul,li{
    list-style: none;
}
html,body {
    font-size: 16px;
    font-family: "Lato-light";
}

.padding_box {
    padding: 0 20px;
}

/*-----------------产品详情页开始*/

#main {
    padding-top: 40px;
}
#main .row > div {
    padding: 0;
}
#main .img_list {
    height: 360px;
    overflow: hidden;
}
#main .img_list .img_container {
    margin: 40px 0;
}

#main .img_list  .swiper-button-prev,
#main .img_list .swiper-button-next {
    width: 50px;
    height: 20px;
    background-size: 50px 20px;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -25px;
}
#main .img_list  .swiper-button-prev {
    top: 17px;
}
#main .img_list .swiper-button-next {
    top: 400px;
}

#main .img_list li {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    font-size: 0;
    line-height: 100px;
    border: 2px solid grey;
    vertical-align: middle;
}
#main .img_list img {
    vertical-align:middle;
    max-width: 100px;
    max-height: 100px;

}
#main .img_list li:hover {
    border-color: rgb(186,27,79);
}

#main .img_box {
    height: 400px;
    display: flex;
}
#main .img_box img{
    display: block;
    width: 100%;
    max-height: 100%;
    margin: auto auto;
}
#main .Introduction .text_overflow {
    display: inline-block;
    font-size: 16px;
    height: 50px;
    transition:all 1s;
    line-height:26px;
    overflow:hidden;
    max-height: 130px !important;
}
#main .Introduction img {
    display: block;
    width: 260px;
    margin: 0 auto;
}
#main .Introduction > h2 {
    text-align: center;
    font-family: "Lato-light";
}
#main .Introduction > span{
    display: block;
    font-size: 2rem;
    text-align: center;
    font-family: Lato-Light;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    color: black;
}
#main .Introduction .showMore {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-family: Lato-light;
    color: rgb(186,27,79);
    padding-right: 30px;

}

#main .Introduction .colorSelect,
#main .Introduction .volumeSelect {
    text-align: center;

}
#main .Introduction .colorSelect li {
    display: inline-block;
    margin: 0 6%;
}
#main .Introduction .volumeSelect li {
    margin: 0 2%;
    margin-top: 20px;
    display: inline-block;
    width: 130px;
}
#main .Introduction .volumeSelect li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgb(87,88,96);
    border: 1px solid rgb(87,88,96);
}
#main .Introduction .volumeSelect li > a:hover {
    background-color: rgb(231,232,233);
}

#main .Introduction .colorSelect li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50px;
    border: 1px solid grey;
    cursor: pointer;
}

#main .Introduction .colorSelect li.Red {
    background-color: rgb(186,27,79);
}
#main .Introduction .colorSelect li.White {
    background-color: #fff;
}

#main .Introduction .colorSelect li:hover {
    border: 2px solid grey;
}
#main .Introduction .buyButton {
    display: block;
    text-align: center;
    color: white;
    background-color: rgb(186,27,79);
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 30px;
}
#main .Introduction .buyButton:hover {
    border: 1px solid white;
}
#main .productMenu {
    line-height: normal;
}
#main .productMenu > ul > li {
    float: left;
    padding: 10px;
    margin-left: 50px;
    font-size: 18px;
    border-bottom: 10px solid transparent;
    cursor: pointer;
}
#main .productMenu > ul > li>a {
    color: rgb(87,88,96);
}
#main .productMenu > ul > li:hover {
    border-bottom-color: rgb(186,27,79);
}

#main > .container-fluid {
    padding: 0;
}
/*#main > .container-fluid > #Features , #main > .container-fluid > #ConnectedDevice {*/
    /*width: 100%;*/
    /*background-color: rgb(231,232,233);*/
/*}*/
#main > .container-fluid > #Features .describe {
    margin-top: 10px;
    margin-bottom: 50px;
}
#main > .container-fluid  .container h2 {
    font-family: Lato-light;
    font-size: 2rem;
    font-weight: 500;
    color: rgb(87,88,96);
    margin: 30px 0;
}#main > .container-fluid  .container > .row {
     margin-bottom: 120px;
 }
#Features > .container .col-sm-6> img {
    display: block;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    border: 1px solid rgba(87,88,96,0.5);
}
#main > .container-fluid #Features .container .col-sm-6 span {
    display: block;
    font-size: 1.3rem;
    padding-top: 8px;
    padding-bottom: 20px;
}
#main > .container-fluid  .container .col-sm-6 p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
/*#main > .container-fluid .container {*/
    /*border-top: 1px solid rgba(87,88,96,0.3);*/
/*}*/
#main > .container-fluid #Specifications .container span {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}
#main > .container-fluid #Specifications td {
    padding-right: 15px;
}

#main > .container-fluid #Specifications .container .describe div img{
    width: 75px;
    height: 75px;
    display: inline-block;
}
#main > .container-fluid #Specifications .container .describe div span{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
#main > .container-fluid #Specifications .container .describe p {
    margin-top: 20px;
}
#main > .container-fluid #ConnectedDevice ul {
    list-style: disc;
    color: rgb(186,27,79);
    margin-left: 1em;
    margin-top: 20px;
}
#main > .container-fluid #ConnectedDevice ul li {
    list-style: disc;
}
#main > .container-fluid #ConnectedDevice ul>li>span {
    color: rgb(87,88,96);
}
#main > .container-fluid #ConnectedDevice ul>li>a {
    color: rgb(186,27,79);
    margin-left: 2em;
}
#ConnectedDevice .container .appDownload {
    margin-bottom: 100px;
}
#ConnectedDevice .container .appDownload h3 {
    font-family: Lato-light;
    font-weight: 100;
    color: rgb(87,88,96);
    font-size: 1.75rem;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}
#ConnectedDevice .container .appDownload .row .col-sm-4 {
    text-align: center;
}

#ConnectedDevice .container .appDownload .circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 70px;
    border: 1px solid rgb(87,88,96);
    margin-bottom: 20px;
}
#ConnectedDevice .container .appDownload  .appIcon {
    margin-bottom: 80px;
}
#ConnectedDevice .container .appDownload  .appIcon .col-sm-4 img {
    margin-bottom: 20px;
}
#ConnectedDevice .container .appDownload  .appIcon span {
    display: block;
    margin-bottom: 20px;
}
#ConnectedDevice .container .appDownload .getApp .getApp_r {
    padding-left: 20px;
}
#ConnectedDevice .container .appDownload .getApp > .col-sm-6 > img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
#ConnectedDevice .container .appDownload .getApp h3 {
    margin: 0;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
#ConnectedDevice .container .appDownload .getApp .ScanQR > img {
    display: inline-block;

}
#ConnectedDevice .container .appDownload .getApp .ScanQR >div {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}
#ConnectedDevice .container .appDownload .getApp .ScanQR > div > span {
    display: block;
}

#ConnectedDevice .container .appDownload .getApp li {
    list-style: disc;
}

#AnUniqueTechnology .Ambient div img {
    display: block;
    margin: 0 auto;
}
#AnUniqueTechnology .Ambient .fieldsetMenu {
    padding: 0 1%;
}
#AnUniqueTechnology .Ambient fieldset {
    border: 1px solid black;
    margin-top: 40px;
}
#AnUniqueTechnology .Ambient .tagImgBox {
    display: inline-block;
    margin-right: 1em;
}
#AnUniqueTechnology .Ambient fieldset legend {
    text-align: center;
    width: 60%;
    border-bottom: none;
    margin: 0 auto 0 20%;
}
#AnUniqueTechnology .Ambient fieldset ul li {
    font: normal 16px 'Lato-light';
    white-space: nowrap;
    padding: .5em 2em;
    list-style: none;
    color: black;
    line-height:16px;
}
#AnUniqueTechnology .Ambient fieldset ul li div {
    width: 14px;
    height: 14px;
}
#AnUniqueTechnology .Ambient  .img_1 {
    height: 300px;
    width: 100%;
    text-align: left;

}
#AnUniqueTechnology .Ambient .img_1 span {
    display: inline-block;
    margin-left: 3%;
}
#AnUniqueTechnology .Ambient .img_1 .img_1_1 ,
#AnUniqueTechnology .Ambient .img_1 .img_1_2 {
    margin-left: 12%;
}
#AnUniqueTechnology .Ambient .img_1 .img_1_1 {
    margin-left: 10%;
}
#AnUniqueTechnology .Ambient .img_1 .img_1_3 {
    text-align: center;
}
#AnUniqueTechnology h3, #AnUniqueTechnology h4 {
    display: block;
    font-size: 1.75rem;
    font-family: Lato-light;
    font-weight: 100;
    margin-bottom: 20px;
    color: rgb(87,88,96);
}
#AnUniqueTechnology h4 {
    display: block;
    font-size: 1.5rem;
}
#AnUniqueTechnology div ul {
    margin-left: 1em;
}
#AnUniqueTechnology div ul li {
    list-style: disc;
    color: rgb(186,27,79);
}
#AnUniqueTechnology div ul li span {
    color: rgb(87,88,96);
}
#AnUniqueTechnology h4 > img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
#AnUniqueTechnology > .container div > img {
    width: 100%;
}
#AnUniqueTechnology > .container > div {
    margin-bottom: 50px;
}
#AnUniqueTechnology .img_2,
#AnUniqueTechnology .img_3,
#AnUniqueTechnology .img_5{
    text-align: center;
}

#AnUniqueTechnology .img_2 span {
    display: inline-block;
    margin:0 5%;

}

#AnUniqueTechnology .img_3 span {
    margin: 0 14%;
}
#AnUniqueTechnology .img_5 {
    margin-bottom: 50px;
}

#HowToUse .row .col-xs-2 {
    text-align: right;
}
#HowToUse .row .col-xs-2 span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    border-radius: 40px;
    background-color: #ad0d3c;
    color: white;
}
#HowToUse .row .col-xs-10 div span {
    display: inline-block;
    margin-left: 30px;
}
#Accessories .container div {
    text-align: center;
}
#Accessories .container div img {
    display: inline-block;
    max-width: 45%;
    margin:  0 auto;
}
/*-----------------产品详情页结束*/