/* 公共样式表css */
html,
body {
    color: #333;
    margin: 0;
    min-height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* transition: all .3s ease-in-out 0s;  */
}

a {
    text-decoration: none;
    color: #333;
}

a,
label,
button,
input,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0;
}

body {
    background-color: #F2F1F6 !important;
    color: #333;
    position: relative;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    word-break: break-all;
    letter-spacing: 1px;
}


button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
    font-size: 0.28rem;
}

li {
    list-style: none;
}

body {
    margin: 0 auto;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

p,
li,
span,
a,
input,
select,
textarea,
button,
label {
    font-size: 0.28rem;
    color: #333;
    word-break: break-all;
}

/* 兼容苹果手机 */
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

/* 容器 */
.container {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important; */
    margin: 0 auto;
    /* background: #08154f; */
}

.loginBg {
    min-height: 100vh;
    background: -webkit-linear-gradient(to right, #3A47FF, #233A9D);
    background: -o-linear-gradient(to right, #3962fe, #233A9D);
    background: -moz-linear-gradient(to right, #3962fe, #233A9D);
    background: linear-gradient(to right, #3962fe, #233A9D);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inviteBg {
    min-height: 100vh;
    background: url('../images/bg_login.jpg') no-repeat;
    background-size: 100% 100%;
}

.bgColor {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.F7Bg {
    min-height: 100vh;
    background: #F7F4F8;
}

.dowebokBox {
    opacity: 0;
}

#dowebok {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both;
    opacity: 1;
}

.width90 {
    width: 90%;
    margin: 0 auto;
}

.paddingBg {
    padding-left: .2rem;
    padding-right: .2rem;
}

.colorBg {
    min-height: 100vh;
    background: -webkit-linear-gradient(#3962fe, #F5F5F5, #F5F5F5, #F5F5F5);
    background: -o-linear-gradient(#3962fe, #F5F5F5, #F5F5F5, #F5F5F5);
    background: -moz-linear-gradient(#3962fe, #F5F5F5, #F5F5F5, #F5F5F5);
    background: linear-gradient(#3962fe, #F5F5F5, #F5F5F5, #F5F5F5);
}

.topBg {
    padding-top: .86rem;
    overflow: auto;
    /* overflow: scroll; */
}

/* title样式 */
#mytitle {
    position: absolute;
    color: #333;
    max-width: 160px;
    font-size: 14px;
    padding: 8px;
    background: #fff;
    border: solid 1px #e9f7f6;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #ddd;
}

/* 底部 */
footer {
    /* min-width: 320px;
    max-width: 640px; */
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    /* box-shadow: 0 0 5px #eee; */
    /* border-top: 1px solid rgb(34, 42, 58); */
    padding-bottom: 0.02rem;
    z-index: 999;
}

.footerUl {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerUl li {
    width: 20%;
    overflow: hidden;
}

.footerUl li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footerUl li img {
    width: 0.42rem;
    height: 0.42rem;
    display: table;
    margin: 0.12rem auto 0.03rem auto;
}

.footerUl li i {
    font-size: .22rem;
    color: #fff;
    padding: .1rem;
    text-align: center;
    display: block;
    margin-top: .12rem;
    width: .5rem;
    height: .5rem;
    background: #c2c2c2;
    border-radius: 1rem;
    overflow: hidden;
}

.footerUl li span {
    text-align: center;
    font-size: 0.22rem;
    color: #c2c2c2;
    display: inherit;
    padding-bottom: 0.05rem;
}

.footerUl li:nth-child(1) img {
    width: 0.5rem;
    height: 0.5rem;
}

.fotact span {
    color: #233A9D !important;
}

.footerUl .fotact .iconfont {
    color: #fff;
    background: #233A9D;
}

.fotBot {
    padding-bottom: 1rem;
}



/* 固定头部 */
.header {
    height: 0.86rem;
    line-height: 0.86rem;
    color: #fff;
    position: fixed;
    top: 0;
    font-size: 0.36rem;
    text-align: center;
    background: #233A9D;
    /* box-shadow: 0px 0px 4px #eee; */
    width: 100%;
    padding: 0 0.2rem;
    z-index: 100;
}

.header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-back {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: .23rem;
    float: left;
}

.header ul li:nth-child(2) {
    width: 60%;
    font-size: 0.34rem;
    color: #fff;
    text-align: center;
    /* font-weight: bold; */
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;
}

.header ul li:nth-child(2) img {
    width: 1.3rem;
    display: block;
    margin: 0.09rem auto;
}

.header .iconfont {
    font-size: .35rem !important;
    color: #fff;
}

.header-left {
    width: 20%;
    text-align: left;
}

.header-left span {
    color: #fff;
}

.header-right {
    width: 20%;
    text-align: right;
}

.header-right a {
    width: 100%;
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem;
    color: #eee;
    text-align: center;
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    margin-top: .2rem;
    float: right;
    margin-top: .2rem;
}

.header-right a img {
    width: 0.4rem;
    height: 0.4rem;
    margin-top: .2rem;
}

.fzk {
    width: 100%;
    height: 0.86rem;
}

.fzk2 {
    width: 100%;
    height: .5rem;
    background: #D5D5D5;
}

/* 无背景 */
.bgNone {
    background: none;
}

/* 提示语 */
.index-tsy {
    font-size: .35rem;
    font-weight: 400;
    color: #666;
    line-height: 2rem;
    text-align: center;
}

/* 按钮 */
.baseBtn {
    width: 90%;
    height: 0.8rem;
    font-size: 0.28rem;
    /* font-weight: bold; */
    color: #fff;
    background: #233A9D;
    text-align: center;
    display: table;
    border: none;
    letter-spacing: 2px;
    border-radius: 5px;
    margin: 0.8rem auto 0.2rem auto;
    line-height: 0.8rem;
}

.baseBtn:hover {
    color: #fff;
}

.dlBtn {
    width: 80%;
    height: 0.8rem;
    font-size: 0.28rem;
    /* font-weight: bold; */
    color: #fff;
    background: #233A9D;
    text-align: center;
    display: table;
    border: none;
    letter-spacing: 2px;
    border-radius: 1rem;
    margin: 0.8rem auto 0.2rem auto;
    line-height: 0.8rem;
    transition: all .3s ease-in-out 0s;
}

.dlBtn:active {
    color: #fff;
    background: #233A9D;
}

.dlBtn:hover {
    color: #fff;
    background: #233A9D;
}

.redbtn {
    width: 80%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    background: #FF0000;
    text-align: center;
    display: table;
    border: none;
    letter-spacing: 2px;
    border-radius: 1rem;
    margin: 0.6rem auto 0.4rem auto;
}

.redbtn:active {
    color: rgb(214, 214, 214);
    background: rgb(228, 0, 0);
}



/* 插件更改 */
.layui-layer-dialog {
    border-radius: 10px !important;
    overflow: hidden;
    max-height: 3.2rem;
}

.layui-layer-btn0 {
    width: 40%;
    color: #000 !important;
    text-align: center;
    border-color: #ddd !important;
    background-color: #fff !important;
}

.layui-layer-btn1 {
    width: 40%;
    color: #fff !important;
    text-align: center;
    border-color: #1c3eb8 !important;
    background-color: #1c3eb8 !important;
}

.layui-layer-btn {
    text-align: center !important;
}

.layui-layer-btn a {
    height: 35px !important;
    line-height: 35px !important;
    border-radius: 10px !important;
}

/* 标题 */
.contBt {
    font-size: .4rem;
    font-weight: bold;
    text-align: center;
    font-family: cursive;
}

/* loading */
.layui-layer-loading {
    left: calc(50% - 30px) !important;
}

/* 单选框 */
input.cbox {
    -webkit-appearance: none;
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    margin: 0 5px 0 0 !important;
    cursor: pointer;
    vertical-align: middle;
    background-color: #248BFD;
    border: 1px solid #248BFD;
    border-radius: 2px;
    overflow: hidden;
}

input.cbox:checked {
    width: 0.3rem;
    border: 1px solid #248BFD;
    border-radius: 2px;
    overflow: hidden;
    background: url('../images/dui.png') no-repeat;
    background-size: 105% 110%;
    background-position: -.5px;
    background-color: #248BFD;
}


/* 通用列表 */
.baseListBt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.baseListBt li {
    width: 20%;
    text-align: center;
    padding: .25rem 0;
}

.baseListCount {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F7F4F8;
}

.baseListCount li {
    width: 20%;
    padding: .25rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.baseListCount-btn {
    width: 85%;
    font-size: .24rem;
    color: #BF9E75;
    padding: .15rem 0;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 3px 8px #eee;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.fontColor1 {
    color: #0BCC0F;
}

.fontColor2 {
    color: #233A9D;
}

.fontColor3 {
    color: red;
}

.fontSize1 {
    font-size: .24rem;
}

/* 通用详情列表 */
.baseIlsList {
    width: 100%;
    padding: 0 .2rem;
    margin: .2rem auto 0 auto;
    background: #fff;
}

.baseIlsList li {
    padding: .2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.baseIlsList li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.baseIlsList span {
    max-width: 25%;
}

.baseIlsList li>input {
    width: 75%;
    height: .6rem;
    text-align: left;
    border: none;
    background: none;
}

.baseIlsList li>.yzmBtn {
    width: 1.5rem;
    height: .7rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    border: none;
    border-radius: 10px;
    background: #233A9D;
    position: absolute;
    bottom: .15rem;
    right: 0;
    z-index: 10;
}

.baseIlsList li textarea {
    width: 75%;
    border: none;
    text-align: left;
    resize: none;
}

/* 头像 */
.baseIlsList li .layui-upload-list {
    width: 1.5rem;
/*    height: 1.5rem;*/
    /* border: 3px solid #fff; */
    /* background: url(../images/shopImg.png) no-repeat;
    background-size: 100% 100%; */
/*    border-radius: 50%;*/
    margin: 0;
    overflow: hidden;

}

.baseIlsList li .layui-upload-list img {
    width: 100%;
    /* height: 100%; */
    display: block;
}

.baseIlsList li .mbsc-control {
    padding-right: .5rem;
}

.baseIlsList li>.iconfont {
    color: #999;
    font-size: .3rem;
    position: absolute;
    right: 0;
    top: .3rem;
}

.baseIlsList .payImg {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

.baseIlsList .payImg img {
    width: 3rem;
    max-height: 4rem;
    display: block;
}

.baseIlsList-upload {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

.baseIlsList-upload .layui-upload-list {
    width: 3rem;
    height: 3rem;
    max-height: 4rem;
    /* border: 3px solid #fff; */
    background: url(../images/upImg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}

.baseIlsList-upload .layui-upload-list img {
    width: 100%;
    /* height: 100%; */
    display: block;
}

/* 数据为空时的显示 */
.nullBox {
    width: 100%;
}

.nullBox img {
    width: 50%;
    margin: .2rem auto;
    display: block;
}

/* 公共标题 */
.bastBtBox {
    width: 100%;
    padding: .2rem;
    background: #fff;
    display: flex;
    align-items: center;
}

.bastBtBox .fzk {
    width: .1rem;
    height: .2rem;
    display: block;
    margin-right: .2rem;
    background: #233A9D;
}

.bastBtBox p {
    color: #666;
}