/* CSS Document */
ul,ol,li{list-style: none;}
body{ font-size: 1.4rem;}

.wx-basics-launch-name{ height: 3.6rem; line-height: 3.6rem; color: #999999; margin: 0rem; padding-left: 1rem;}
.wx-basics-launch-select{text-align: right; height: 3.6rem; line-height: 3.6rem; color: #999999;}
.wx-basics-handel-modular{position: relative;border-bottom: 1px solid #fff3f7;background-color: #f7f7f7; margin: 0.2rem;height: 1.8rem; border-right: 1px solid #f83e3e; border-radius: 0.1rem; overflow: hidden;}
.wx-basics-handel-modular-checkbox{ background-color: #ffffff; padding-top: 1.6rem;padding-left: 0.4rem; width: 2.5rem; height: 1.8rem; line-height: 1.8rem; float: left; text-align: center; display: none;}
.wx-basics-handel-modular .am-checkbox{margin: 0;padding-left: 0;}
.wx-basics-handel-modular-main{ display: block; background-color: #f7f7f7; height: 1.8rem; width: 100%;}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.swiper-slide:nth-child(2n) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40%;
    background-color: #f83e3e;
}
.wx-basics-handel-modular-a{display: block; width: 100%; height: 100%; padding-top: 0.3rem; background: #fff;}
.wx-basics-handel-modular-a:hover{
    background-color: #fff;
}
.wx-basics-handel-introduce-user img{ width: 1.5rem;height: 1.5rem;border-radius: 1.5rem;}
.wx-basics-handel-introduce-main p{margin: 3px 0; text-align: left;}
.wx-basics-handel-introduce-main p:first-of-type{ color: #000000; font-size: 0.35rem;}
.wx-basics-handel-introduce-main p:first-of-type span{ color: #cccccc; font-size: 0.3rem; display: inline-block; margin-left: 10px;}
.wx-basics-handel-introduce-main p:last-of-type{ color: #7a7a7a; font-size: 0.3rem;}
.wx-basics-handel-introduce-state{ line-height: 50px; color: #5ab651; text-align: right; font-size: 16px;}
.wx-basics-handel-introduce-span a{ display: inline-block; height: 1.8rem; line-height: 1.8rem; width: 50%; padding: 0 1rem;     font-size: 0.35rem;text-align: center;}
.wx-basics-handel-introduce-span a:nth-child(1n){
 background-color: #f83e3e; color: #fff;
}
.wx-basics-handel-introduce-span a:nth-child(2n){
    background-color: #f83e3e; color: #fff;
}


