html {
    background: #ffffff;

    height: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, fieldset, form, input, select, textarea, figure, div, form, img, ul, ol, li, i, b, table, tr, td, th, fieldset, label, legend {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", Tahoma, Arial, STHeiti, sans-serif;
    _font-family: Tahoma, Arial, Helvetica, STHeiti, sans-serif;
    color: #333333;
    font-weight: normal;
    font-style: normal;
    height: 100%;
    background: #FFFFFF;
}

p {
    word-break: break-all;
}

ul, ol, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, select, button {
    vertical-align: middle;
    font-family: "Microsoft YaHei";
}

input, textarea, select {
    *font-size: 100%;
    font-family: "Microsoft YaHei";
}
input::-ms-clear{display: none;}

button {
    overflow: visible;
}

a, img, a img {
    border: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #276fb4;
}

input.text, select.text, textarea.text {
    outline: none;
    border: 1px solid #e3e3e3;
    height: 26px;
    line-height: 26px;
    padding: 3px 0px 3px 5px;
    font-size: 12px;
    color: #555;
}

textarea {
    outline: none;
    resize: none;
    border: 1px solid #e3e3e3;
    font-size: 12px;
}

input.check {
    vertical-align: middle;
    margin-right: 2px;
}

img {
    vertical-align: top;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.none {
    display: none;
}

.pagewd {
    width: 1200px;
    margin: 0px auto;
    min-width: 1200px;
}

.scale img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.scale img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0.9;
}

.opacity img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.opacity img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.layui-btn{
    background:#3375DB !important;
}
.pagebox .box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    width: 325px;
    box-shadow: 0 0 10px 0 #858585;
    margin:0 60px 120px 60px;
}
.pagebox .box .img{
    width: 225px;
    margin: 0 auto;
}
.pagebox .rktitle{
    font-size: 26px;
    padding: 5px 0 0 15px;
    text-align: center;
}
.pagebox .rkbtn{
    width: 200px;
    background: #4C9DE6;
    text-align: center;
    margin: 10px auto;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 0 0 #0077E2;
    font-size: 24px;
}

.lrpbgbox{
    background: #ffffff;
    border-radius: 5px;
    margin: 13% auto;
    width: 480px;
    height: 340px;
}
.lrpbgbox .title{
    border-bottom: 1px solid #dedede;
    padding-bottom: 0;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    background: #E9EFF4;
}

