@charset "utf-8";

/* CSS Document */
* {
    margin: 0 auto;
    padding: 0 auto;
}

html {
    width: 100%;
    height: 120%;
    background: url("../images/20180913173509-856059.png") center top / cover no-repeat;
}

body {
    max-width: 640px;
    mix-width: 320px;
    margin: 0 auto;
    color: #1a2233
}

html,
body,
h1,
h2,
h3 {
    font-size: 16px !important;
}

input,
select,
textarea {
    color: #676d77 !important
}

img {
    width: 100%;
    border-radius: 10px;
}

.right {
    float: right;
}

.left {
    float: left
}

.centent {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.top {
    width: 94%;
    height: auto;
    padding-top: 20px;
}

.look_up {
    width: 100%;
    padding: 10px 0;
}

.look_up h1 {
    font-size: 18px;
    text-align: center;
}

.look_up p {
    font-size: 14px;
    color: #676d77;
    text-align: center;
    padding: 10px 0;
}

.form {
    width: 90%;
    height: auto;
    margin-top: -30px;
}

.form_li {
    padding: 24px 0
}

.form_li h2 {
    font-weight: normal;
    line-height: 35px;
    position: relative;
    width: 20%;
}

.form_li h2:before {
    color: #fa5151;
    content: "*";
    font-size: 20px;
    left: -10px;
    position: absolute;
    top: 0;
}

.form_li h2 small {
    background: #c21227;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    padding: 2px 5px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.form_c {
    width: 35%;
}

.form_input {
    width: 80%;
}

.form_input input,
.form_input select,
.form_input textarea {
    background-color: #fbfcfd;
    background-image: none;
    border: 1px solid #dcdfe4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    line-height: 2.8;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.form_input span {
    left: 5px;
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    transition: all .3s;
}

.form_input span i {
    display: inline-block;
    line-height: 36px;
    width: 25px;
    height: 100%;
    text-align: center;
    transition: all .3s;
}

.form_input .province,
.form_input .city,
.form_input .country {
    width: 30%;
}

.form_input .province,
.form_input .city,
.form_input .department {
    margin-right: 5%;
}

.form_input .department,
.form_input .disease {
    width: 47.5%;
}

button {
    background: #f97f65;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    min-width: 120px;
    padding: 11px 20px;
    text-align: center;
    border: none;
    outline: none;
}

input[type="date"]:before {
    content: attr(placeholder);
    color: #676d77;
}

#date {
    position: relative;
}

#date::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: 100%;
    padding-right: 10px;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.swiper .swiper-slide {
    /* height: 300px; */
    /* line-height: 300px; */
}

.swiper .swiper-slide:nth-child(2n) {
    /* height: 500px; */
    /* line-height: 500px; */
}

.swiper-button-next,
.swiper-button-prev {
    color: rgb(255 255 255 / 46%) !important;
}