/*global*/

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    color: #333333;
    line-height: 1;
    font-size: 14px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

img,
input {
    border: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
    font-size: 13px;
    font-family: helvetica, "hiragino sans gb", arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", sans-serif;
}

input::-ms-clear {
    display: none
}

button {
    padding: 0;
    border: none
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.gray {
    color: #999999 !important;
}

.dark {
    color: #333333 !important;
}

.red {
    color: #f74c4c;
}

.bg-white {
    background: #FFFFFF;
}

.white {
    color: #ffffff;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    color: #333;
}

a:hover {
    color: #d69c50;
}

a:focus {
    outline: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.row {
    overflow: hidden;
}

.column {
    float: left;
}

.row.common {
    margin-top: 40px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.vertical-center>* {
    vertical-align: middle;
}

.vertical-center:after {
    display: inline-block;
    /* width: 0; */
    height: 100%;
    vertical-align: middle;
    content: '';
}

.hidden {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.input {
    display: inline-block;
    border: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 10px;
    vertical-align: middle;
}

.checkBox {
    width: 11px;
    height: 11px;
    border: 1px solid #f0f0f0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 10px 0 0;
}

.checkBox.checked {
    width: 13px;
    height: 13px;
    border: none;
    background: url("../../common/images/checkBox-checked.png") no-repeat left top;
}

.selectedBox {
    height: 34px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    border-radius: 4px;
    position: relative;
}

.selectedBox .selected {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    cursor: pointer;
    background: url("../images/selectedBox-icon1.png") no-repeat;
    color: #ccc;
}

.selectedBox.active .selected {
    background: url("../images/selectedBox-icon2.png") no-repeat;
}

.selectedBox .hide {
    display: none;
    max-height: 252px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 35px;
    z-index: 999;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}

.selectedBox .hide a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    overflow: hidden;
}

.selectedBox .hide a:hover {
    background: #eee;
    color: #333;
}

.ui-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #d69c50;
    border: none;
    cursor: pointer;
}

.ui-btn:hover {
    background: #C18A42;
    color: #fff;
}

.error-msg {
    color: #f74c4c;
}

.color-red {
    color: #f74c4c;
}

.color-green {
    color: #4cb455;
}


/*弹出框*/

.tanbox_b_h,
.tanbox_b_p,
.tanbox_b_d_l,
.tanbox_b_d_r {
    text-align: center;
}

.tanbox_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 100000
}

.tanbox_b {
    position: fixed;
    top: 35%;
    left: 35%;
    width: 300px;
    height: 215px;
    background: #fff;
    z-index: 100001;
    border-radius: 30px;
    font-size: 16px;
}

.tanbox_b_h {
    margin: 10% auto 0;
    width: 100%;
    line-height: 40px;
    font-weight: bold
}

.tanbox_b_p {
    margin: 0px auto 30px;
    width: 70%;
    line-height: 30px;
}

.tanbox_b_d {
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #999;
}

.tanbox_b_d_l,
.tanbox_b_d_r {
    width: 50%;
    line-height: 50px;
    position: absolute;
    top: 0;
    background: #fff;
    color: blue;
    font: normal 20px/50px "黑体";
    outline: none;
}

.tanbox_b_d_l {
    border-right: 1px solid #999;
    left: 0;
    border-bottom-left-radius: 30px;
}

.tanbox_b_d_r {
    right: 0;
    border-bottom-right-radius: 30px;
}

.login_h {
    width: 100%;
    text-align: center;
    line-height: 50px;
    margin-top: 20%;
    color: #f74c4c;
}

.login_btn {
    width: 30%;
    line-height: 40px;
    background: #f74c4c;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    outline: none;
}


/*弹框*/

.change {
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -80px;
    color: #f0f0f0;
    width: 160px;
    height: 60px;
    letter-spacing: 2px;
    display: none;
    font: normal 22px/60px '微软雅黑';
    text-align: center;
    background: #666;
    border-radius: 30px;
    position: fixed;
}