/* 公共样式表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;
}

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: #fff;
    color: #333;
    /* font-family: "微软雅黑"; */
    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;
}


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: #000;
    word-break: break-all;
}

/* 容器 */
.container {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    /* background: #08154f; */
}

.main {
    background: #08154f;
}


/* 侧边栏 */
.lxfs {
    /* width: 200px; */
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 1%;
    top: 58%;
    z-index: 100;
}

.lxfs li {
    width: 135px;
    /* height: 50px; */
    background: url('../images/lxfsbg.png') no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0;
    margin: 1px 0;
    cursor: pointer;
}

.lxfs li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lxfsImg {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 14px;
}

.lxfsSpan {
    font-size: 16px;
    line-height: 32px;
    color: #5da7e2;
}

.trp {
    width: 150px;
    /* height: 52px */
    text-align: center;
    color: white;
    background: url(../images/cblbg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 70px;
    display: none;
    opacity: 0;
    top: 0;
}

.trp1 {
    width: 200px;
    height: 39px;
}

.trpImg {
    width: 30px;
    height: 30px;
    margin: 11px 10px 11px 25px;
    float: left;
}

.trpImg img {
    width: 90%;
    height: 90%;
    display: block;
    margin: 5% auto;
}

.trpP1 {
    /* width: 165px !important; */
    font-size: 16px;
    text-align: left;
    color: white;
    line-height: 52px;
    display: block !important;
    float: left;
    padding-left: 13px;
}

.trp-wx {
    width: 187px;
    height: 162px;
    text-align: center;
    color: white;
    background: url(../images/cblbg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 70px;
    display: none;
    opacity: 0;
    top: 0;
}

.trpImg-wx {
    width: 73%;
    margin: 13px 0 0 15px;
}

.trpImg-wx img {
    width: 100%;
    display: block;
}

.trp-iphone {
    width: 150px;
    /* height: 52px */
    text-align: center;
    color: white;
    background: url(../images/cblbg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 70px;
    display: none;
    opacity: 0;
    top: 107px;
}


.trp-iphone img {
    width: 100%;
    display: block;
}




/* 背景灰 */
.bgColor {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}


/* 分页的样式 */
.pagelist {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.l-btns input {
    width: 50px;
    text-align: center;
    font-size: 14px;
    margin: 0 10px;
}

.l-btns span {
    font-size: 14px;
}

.default a {
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #eee;
    padding: 4px 12px;
}

.default span {
    font-size: 14px;
    margin-left: 10px;
    border: 1px solid #eee;
    padding: 4px 12px;
    cursor: pointer;
}

.default span:hover {
    color: rgb(0, 95, 158);
}

.default a:hover {
    color: rgb(0, 95, 158);
}


/* 默认位置 */
.current {
    background: rgb(0, 95, 158);
    color: #fff;
}

.current:hover {
    background: rgb(0, 95, 158);
    color: #fff !important;
}