@charset "utf-8";

/*1 重定义浏览器默认样式*/

* {
    word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
button,
input,
select,
textarea {
    /*font-size:12px;*/
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

input,
select,
textarea {
    color: #555;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

table {
    border-collapse: collapse;
}

a,
area {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline;
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}


/*HTML5 reset*/

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1
}

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

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

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

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box
}

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

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

html,
input,
textarea,
button,
a,
input,
select,
optgroup,
option,
img,
audio,
canvas,
video,
p,
span,
div,
ul,
li,
tr,
td,
th {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a:link {
    text-decoration: none;
    color: #000;
}


/* 未访问的链接 */

a:visited {
    text-decoration: none;
    color: #000;
}


/* 已访问的链接 */

a:hover {
    text-decoration: none;
    color: #000;
}


/* 鼠标移动到链接上 */

a:active {
    text-decoration: none;
    color: #000;
}


/* 选定的链接 */

html {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: unset!important;
}


/*快速滚动和回弹的效果  加上效果好*/


/*html,body{width: 100%;max-width: 640px;margin: 0 auto;background: #fff;} wangjian*/

html,
body {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-overflow-scrolling: unset!important;
}

span {
    display: inline-block;
}

.oneline {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/*  horn   三角形*/

.horn-left {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    position: absolute;
    top: 15px;
    left: -8px;
}

.horn-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #07aaa6;
    position: absolute;
    top: 15px;
    right: -8px;
}

.horn-bottom {
    width: 0;
    height: 0;
    border-top: 5px solid #bfbfbf;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    margin: 18px 0 0 4px;
    vertical-align: top;
}

.horn-bottom2 {
    width: 0;
    height: 0;
    border-top: 5px solid #4588ff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    margin: 18px 0 0 4px;
    vertical-align: top;
}


/*  sharp   尖角 > */

.sharp-bottom {
    width: 13px;
    height: 13px;
    border-top: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    transform: rotate(135deg);
}

.touch-none-lay {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none ;-moz-touch-callout: none;-ms-touch-callout: none; -o-touch-callout: none; 
    
}

.llay_box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

.llay_box_bg {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.llay_box_load_bg {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/*loading 样式*/

.llay_box_load_con {
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 5px;
}

.llay_box_load_con .text {
    color: #fff;
    text-align: center;
}

.llay_box_load_con .img {
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    -webkit-animation: e 1s steps(12) infinite;
    animation: e 1s steps(12) infinite;
    margin: 26px 0 10px 40px;
}


/*弹出层提示样式*/

.ltips_box_con {
    width: 80%;
    height: 170px;
    top: 50%;
    margin-top: -80px;
    left: 10%;
    border-radius: 5px;
    background: #fff;
    position: absolute;
}

.ltips_box .tit {
    height: 40px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
}

.ltips_box .text {
    line-height: 26px;
    text-align: center;
    height: 56px;
    margin-bottom: 14px;
    width: 80%;
    margin: 10px auto 13px;
}

.ltips_box .tab {
    height: 50px;
    border-top: 1px solid #f5f5f5;
}

.ltips_box .tg {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 52px;
}

.ltips_box .left {
    box-sizing: border-box;
    border-right: 1px solid #f5f5f5;
}


/*模仿微信通讯录 字母滑动效果 样式*/

.wx_letter_list {
    position: fixed;
    right: 10px;
    font-size: 12px;
    top: 0px;
}

.wx_prompt {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    border-radius: 50%;
    background-color: gray;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.wx_letter_list_li {
    font-size: 12px;
    text-align: center;
}

.none {
    display: none;
}


/*清楚浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col000 {
    color: #000000!important;
}

.colfff {
    color: #ffffff!important
}

.col333 {
    color: #333333!important
}

.col666 {
    color: #666666!important
}

.col999 {
    color: #999999!important
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fs31 {
    font-size: 31px;
}

.fs32 {
    font-size: 32px;
}

.fs33 {
    font-size: 33px;
}

.fs34 {
    font-size: 34px;
}

.fs35 {
    font-size: 35px;
}

.fs36 {
    font-size: 36px;
}

.fs37 {
    font-size: 37px;
}

.fs38 {
    font-size: 38px;
}

.fs39 {
    font-size: 39px;
}

.fs40 {
    font-size: 40px;
}

input:disabled,
textarea:diabled {
    -webkit-text-fill-color: #000;
    -webkit-opacity: 1;
    color: #000;
}
.van-dialog__message {
    font-size: 16px !important;
}

.tkdoctor_main_color{
    color: #24c2b1!important;
}

.tkdoctor_main_backgroundcolor{
    background-color:#24C2B1!important;
    background:#24C2B1!important;
}

.tkdoctor_main_backgroundcolor_disabled{
    background:#24c2b199!important;
}

.tkdoctor_main_bordercolor{
    border-color:#24C2B1!important;
}

.tkdoctor_minor_backgroundcolor{
    background-color: #E5F4F3!important;
}

.tkdoctor_white_backgroundcolor{
    color: #fff!important;
}
