
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    ont-family: Helvetica, Arial,'PingFangSC-Regular','Microsoft YaHei', sans-serif;
    color: #757575;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width:768px){
    body{
        font-size: 16px;
    }
}
@media (min-width:992px){
body{
    font-size: 14px;
}
}
@media (min-width:1200px){
    body{
        font-size: 16px;
    }
}
/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

medium{
    font-size:100%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
select{
    margin-bottom: 4px;
    border: solid 1px #FFF;
    font-size:100%;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("../images/arrow.png") no-repeat scroll right center transparent;
}


select::-ms-expand { display: none; }
input[type=checkbox] {
    visibility: hidden;
}
input[type=radio] {
    visibility: hidden;
}
button{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
button,
optgroup,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
    margin-top: 5px;
    margin-bottom: 5px;
}
input {
    border: solid 1px;
    border-color: #999999;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

.nav{
    float:right;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navleft{

    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.logo{
    display: inline;
    padding-top: 50px;

}

.logo-mb{
    display: inline;
    width: 100%;
    margin-bottom: 4px;

}
.top{
    display: inline;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner{
    display: inline-block;
    background: url("../images/bg.jpg") left top no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center 78%;
    text-align: center;

}

.banner-mb{
    display: inline-block;
    /*background: url("../images/bg.jpg") left top no-repeat;*/
    width: 100%;
    background-size: cover;
    background-position: center 78%;
    text-align: center;

}

.tablediv-mb{
    max-width: 100%;
    min-width: 327px;
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 95%;
    padding-bottom: 10px;
    background: url("../images/bg.jpg");
    background-size: cover;
}

.tablediv{
    max-width: 100%;
    min-width: 327px;
    width: 100%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 95%;
    padding-bottom: 20px;
    background: url(../images/slide-bg.png) no-repeat bottom center;
}
.resultdiv{
    max-width: 600px;
    width: 100%;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: auto;
    text-align: left;
    font-size: 95%;
}

.checkboxThree {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: #009688;
    border-radius: 50px;
    position: relative;
    vertical-align: middle;
}

.checkboxThree:before {
    content: '男';
    position: absolute;
    top: 0px;
    left: 5px;
    height: 2px;
    color: #ffffff;
    font-size: 14px;
}
.checkboxThree:after {
    content: '女';
    position: absolute;
    top: 0px;
    height: 2px;
    color: #ffffff;
    font-size: 14px;
}
.checkboxThree label {
    display: block;
    width: 22px;
    height: 18px;
    border-radius: 50px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 1px;
    z-index: 1;
    left: 27px;
    background: #ddd;
}
.checkboxThree input[type=checkbox]:checked + label {
    left: 1px;
    background: #f0f5f5;
}
/**
 * Checkbox Four
 */
.checkboxFour {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
/**
 * Create the checkbox button
 */
.checkboxFour label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;

    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}

/**
 * Create the checked state
 */
.checkboxFour input[type=checkbox]:checked + label {
    background: #179a99;
}

.radiobox {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #ddd;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
/**
 * Create the checkbox button
 */
.radiobox label {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;

    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}


.radiobox input[type=radio]:checked + label {
    background: #179a99;
}

.checkboxFive {
    display: inline-block;
    width: 25px;
    position: relative;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
    margin-left: 10px;
    margin-top: 4px;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 10px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid #179a99;
    border-top: none;
    border-right: none;
    transition: all .5s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick

.checkboxFive label:hover::after {
    opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.guashare{
    float: right;
    padding: 3px;
}

.btn{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.white {
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

.meduim {
    font-size: 13px;
    margin-top: 0px;
    margin-right:4px;
}
.greenfont{
    color: #ffffff;
    background-color: #179a99;
    border-radius: 5px;
    padding: 2px;
}
.yellowfont{
    color: #fff;
    background-color: #db8e2d;
    border-radius: 5px;
    padding: 2px;
}

.main_nav {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    float:right;
}
.main_nav li{ width:60px; margin-right:10px; font-size:16px;
    border-radius: 3em;
    background: #2f889a;
}
.main_nav li a{color:#fff}

.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 3;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
    content: "";
    display: table;
    clear: both;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}
@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 4em auto;
    }
    .cd-user-modal-container .cd-switcher a {
        height: 70px;
        line-height: 70px;
    }
}

.cd-form {
    padding: 1.4em;
}
.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form label {
    font-size: 16px;
    font-size: 0.875rem;
}
.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form label.cd-username {
    background-image: url("../images/cd-icon-username.svg");
}
.cd-form label.cd-email {
    background-image: url("../images/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("../images/cd-icon-password.svg");
}
.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}
.cd-form input.full-width {
    width: 90%;
}
.cd-form input.full-width2 {
    width: 94%;
    height: 50px;
    background: #2f889a;
    color: #FFFFFF;
    border-style: none;
}
.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.cd-form input.has-error {
    border: 1px solid #db8e2d;
}
.cd-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #2f889a;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    background: #3599ae;
    outline: none;
}




@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 2em;
    }
    .cd-form .fieldset {
        margin: 2em 0;
    }
    .cd-form .fieldset:first-child {
        margin-top: 0;
    }
    .cd-form .fieldset:last-child {
        margin-bottom: 0;
    }
    .cd-form input.has-padding {
        padding: 16px 20px 16px 50px;
    }
    .cd-form input[type=submit] {
        padding: 16px 0;
    }
}



.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("../images/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: none;
    }
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
    display: block;
}
ol,ul{list-style:none}

.input_box {
    width: 100%;
    min-height: 120px;
    max-height: 200px;
    _height: 120px;
    margin-left: 10px;
    margin-right: auto;
    padding: 3px;
    outline: 0;
    border: 1px solid #a0b3d6;
    font-size: 14px;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    _overflow-y: visible;
}

.typeselect{
    vertical-align: middle;
    border: solid 1px #FFF;
    font-size:100%;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 16px;
    background: url("../images/arrow.png") no-repeat scroll right center transparent;
}

.upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload + label {
    font-size: 12px;
    font-weight: 700;
    color: white;
    background-color: #d2d8d8;
    display: inline-block;
}
.upload:focus + label,
.upload + label:hover {
    background-color: #db8e2d;
}

.input_source{
    font-size: 12px;
    margin-right: 10px;
    width: 250px;
    border-radius: 4px;
}

.input_something{
    margin-bottom: 8px;
    border-radius: 5px;
    width: 130px;
}

.input_something1{
    margin-bottom: 8px;
    border-radius: 5px;
    width: 250px;
}

.input_something2{
    margin-bottom: 8px;
    border-radius: 5px;
    width: 400px;
}

.input_date{
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
}

.guaxiang-mb{
    line-height: 24px;
    margin-top: 10px;
}

.yangyao{
    color:#2f889a;
    cursor: pointer;
}

.yingyao{
    color: #db8e2d;
    cursor: pointer;
}

.yaos {
    display: inline-block;
    width: 100px;
    position: relative;
    top:-2px;
}

/**
 * Create the box for the checkbox
 */
.yaos label {
    color:#2f889a;
    content: '阳爻 ───';
    display: inline-block;
    cursor: pointer;
    position: absolute;
    width: 100px;
    height: 30px;
    top: 0px;
    left: 0px;
    background: #FFF;
}

/**
 * Display the tick inside the checkbox
 */
.yaos label:after {
    opacity: 0;
    color: #db8e2d;
    content: '阴爻 ─　─';
    position: absolute;
    width: 100px;
    height: 30px;
    background: #FFF;
    top: 0px;
    left: 0px;
    transition: all .5s ease;
}
.yaos input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkboxFive1 {
    display: inline-block;
    width: 25px;
    position: relative;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive1 label {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: -4px;
    left: -10px;
    background: #eee;
    border:1px solid #ddd;
    margin-left: 10px;
    margin-top: 4px;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive1 label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 10px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid #179a99;
    border-top: none;
    border-right: none;
    transition: all .5s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxFive1 input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.sixgod0{
    color: #fff;
    background-color: #3c763d;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.sixgod1{
    color: #fff;
    background-color: #E91E63;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.sixgod2{
    color: #000;
    background-color: #db8e2d;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.sixgod3{
    color: #fff;
    background-color: #db8e2d;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.sixgod4{
    color: #000;
    background-color: #FFEB3B;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}
.sixgod5{
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
}

.liu20{
    margin-top: 20px;
    margin-bottom: 20px;
}

.info{
    background-color: #dedcdc;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    padding: 2px;
}
