.layui-carousel{
    height: 720px !important;
}
.imgitem{
    position: relative;
    
}
.appqrcode1{
    position: absolute;
    right: 32.1%;
    bottom: 24.7%;
    width: 5%;
    height: 15%;
}
.appqrcode1 img{
    width: 100%;
   height: 100%;
}
.imgitem:nth-of-type(1){
    background: url('../images/APP1.jpg') no-repeat;
    background-size: 100% 100%;
}
.imgitem:nth-of-type(2){
    background: url('../images/APP2.jpg') no-repeat;
    background-size: 100% 100%;
}
.imgitem:nth-of-type(3){
    background: url('../images/APP3.jpg') no-repeat;
    background-size: 100% 100%;
}
.imgitem:nth-of-type(4){
    background: url('../images/APP4.jpg') no-repeat;
    background-size: 100% 100%;
}
#iPhone2 a{
    position: absolute;
    font-size: 18px;
    left: 73.5%;
    font-weight: 400;
    color: #FFFFFF;
    bottom: 35%;
}
#Andriod2 a{
    position: absolute;
    font-size: 18px;
    left: 73.5%;
    font-weight: 400;
    color: #01ABEA;
    bottom: 26%; 
}
.imgitem:nth-of-type(2) #Andriod2 a{
    color: #ee4753;
}
.imgitem:nth-of-type(3) #Andriod2 a{
    color:#f38738
}
.imgitem:nth-of-type(4) #Andriod2 a{
    color: #9434de;
}
.layui-carousel-ind ul{
    background-color: transparent;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind{
    right: 106px
}
.layui-carousel-ind{
    margin-top: -65px !important;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind li{
    margin: 14px 0;
}
.layui-carousel-ind li{
    width: 16px;
    height: 16px;
}
.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover{
    background-color: transparent;
}