/*初始化*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,img,
a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    outline: none;
    font-family: "Microsoft yahei";
}
img {
    border: none;
}
input {
    border: none;
    outline: none;
}
input::-webkit-input-placeholder {
    color: #d1d1d1;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
     transition: background-color 50000s ease-in-out 0s; 
}
input {
	 background-color:transparent;
}


input::-moz-placeholder {
    color: #d1d1d1;
}
input::-ms-input-placeholder {
    color: #d1d1d1;
}
button {
    cursor: pointer;
    border: none;
    background: #fff;
}
b,em,
i {
    font-style: normal;
    font-weight: normal;
    font-family: "Microsoft yahei";
}
a {
    outline: none;
    text-decoration: none;
    color: #333;
}
ul li {
    list-style: none;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
body {
    background-color: #fff;
}
.ie-tips {
    position: fixed;
    font-size: 20px;
    top: 50%;
    left: 50%;
    margin-left: -359px;
    margin-top: -20px;
    display: none;
}

/* 登录页面 start */
.loginBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: url(../images/loginBgc.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\8;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./images/loginBgc.jpg', sizingMethod='scale');
}
.loginBox .loginTitle {
    margin: 0% 0 7%;
}
.loginBox .loginMain {
    width: 95%;
    height: 470px;
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
    background: url(../images/login_sub_bgc.jpg) no-repeat;
    background-size: 100% 100%;
    border: 1px solid #0f255a; 
}

.loginBox .loginMain  .login_admin{
    position: relative;
    width: 57%;
    max-width: 334px;
    height: 44px;
    margin: 10% auto 6%;
}
.loginBox .loginMain  .login_admin::before{
    content: " ";
    background: url(../images/longin_name01.png) no-repeat;
    width: 28px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 10px;
    height: 30px;
    line-height: 42px;
    font-size: 20px;
}

.loginBox .loginMain .adminName {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 42px;
    padding-left: 49px;
    background: #21388c;
    border: 1px solid #3067aa;
}
.loginBox .loginMain .login_pas{
    position: relative;
    width: 57%;
    max-width: 334px;
    height: 44px;
    margin: 0% auto 6%;
}
.loginBox .loginMain .login_pas::before{
    content: " ";
    background: url(../images/login_pas02.png) no-repeat;
    width: 28px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 10px;
    height: 30px;
    line-height: 42px;
    font-size: 20px;
}
.loginBox .loginMain .adminPas {
    width: 100%;
    border: 1px solid #3067aa;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    padding-left: 49px;
    background: #21388c;
}



.loginBox .loginMain .login_testCode {
    position: relative;
    width: 57%;
    max-width: 334px;
    margin: 0 auto 7%;
}
.loginBox .loginMain .login_testCode::before{
    content: " ";
    background: url(../images/login_code02.png) no-repeat;
    width: 28px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 11px;
    height: 30px;
    line-height: 42px;
    font-size: 20px;
}
.loginBox .loginMain .adminTest {
    width: 60%;
    max-width: 193px;
    height: 44px;
    border: 1px solid #3067aa;
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    padding-left: 49px;
    background: #21388c;
}

/* 修改placeholder样式 */
/*Chrome、Safari等 webkit内核浏览器*/
.loginBox .loginMain .placsStyle::-webkit-input-placeholder {
    color: #fff;
    font-size: 15px;
}

/*Firefox*/
.loginBox .loginMain .placsStyle::-moz-placeholder {
    color: #fff;
    font-size: 15px;
}
/*IE、Edge等 Trident 内核浏览器*/
.loginBox .loginMain .placsStyle:-ms-input-placeholder {
    color: #fff;
    font-size: 15px;
}
.loginBox .loginMain .adminTestCode {
    margin-left: 4%;
    vertical-align: bottom;
    width: 37%;
}
.loginBox .loginMain .login_submit {
    width: 57%;
    max-width: 334px;
    height: 48px;
    background: #2a50da;
    font-size: 17px;
    line-height: 48px;
    color: #fff;
    border: 1px solid #3067aa;
}
/* 登录页面 end */

/* index页面 start */
/* 背景 */
.indexBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/index_bg.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\8;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./images/index_bg.jpg', sizingMethod='scale');
}

/* header */
.indexHeader {
    height: 84px;
    font-size: 0px;
    color: #fff;
}
.indexHeader .indexHeader_title {
    font-size: 31px;
    line-height: 73px;
    margin: 10px 0 0 40px;
    color: #fff;
    display: inline-block;
}
.indexHeader .indexAdmin {
    display: inline-block;
    font-size: 20px;
    line-height: 70px;
    margin: 14px 0 0 0;
}
.indexHeader .indexAdmin .indexAdmin_out {
    color: #ffd55e;
    margin: 0 33px 0 20px;
}
.indexHeader .weather {
    display: inline-block;
    width: 215px;
    margin-right: 44px;
}
.indexHeader .weather img {
    margin-top: 9px;
}
.indexHeader .weather .weatherInfo {
    width: 200px;
    float: right;
    margin: 27px 0 0 0;
}
.indexHeader .weather .weatherT {
    font-size: 17px;
    line-height: 17px;
    margin-left: 4px;
}
.indexHeader .weather .weather_main {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 0 14px;
}
.indexHeader .weather .time {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 8px;
    color: #999999;
}

/* 累计教师人数 比例 */
.indexNumber_box {
    width: 100%;
}
.indexNumber {
    width: 810px;
    height: 64px;
    margin: 45px auto 0px;
}
.indexNumber .indexPeople {
    font-size: 17px;
    line-height: 64px;
    color: #fff;
}

/*累计教师总人数*/
#AllcgNums {
    height: 55px;
    margin-top: 6px;
}
#AllcgNums .dataNums {
    display: block;
    height: 100%;
    text-align: center;
}
#AllcgNums .dataNums .dataOne {
    width: 42px;
    height: 100%;
    margin: 0px 3px;
    text-align: center;
    background: #1b63e8;
    border-radius: 5px;
    float: left;
    list-style: none;
}
#AllcgNums .dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#AllcgNums .dataNums .dataBoc .tt {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 37px;
}
#AllcgNums .dataNums .tt span {
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    line-height: 55px;
    float: left;
}
#AllcgNums .dataLine {
    width: 10px !important;
    background: none !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #ffffff;
}
@media (min-width: 1600px) {
    /*累计参观量*/
    #AllcgNums {
        height: 60px;
        padding-left: 3px;
        ;
        margin-top: 0px;
    }
    #AllcgNums .dataNums .dataOne {
        width: 46px;
        height: 100%;
        margin: 0px 3px;
    }
    #AllcgNums .dataNums .tt span {
        font-size: 52px;
        line-height: 60px;
    }
    #AllcgNums .dataLine {
        width: 30px !important;
        background: none !important;
        font-size: 50px !important;
        line-height: 50px !important;
    }
    /*观众数*/
    .numType {
        height: 40px;
        padding-left: 10px;
    }
    .numType .dataNums .dataOne {
        width: 36px;
        height: 100%;
        margin: 0px 3px;
    }
    .numType .dataNums .tt span {
        font-size: 32px;
        line-height: 40px;
    }
    .Box1_1ConNum {
        line-height: 40px;
    }
}
@media (min-width: 2500px) {
    /*累计参观量*/
    #AllcgNums {
        height: 110px;
        padding-left: 20px;
        ;
        margin-top: 0px;
    }
    #AllcgNums .dataNums .dataOne {
        width: 80px;
        height: 100%;
        margin: 0px 5px;
    }
    #AllcgNums .dataNums .tt span {
        font-size: 72px;
        line-height: 110px;
    }
    #AllcgNums .dataLine {
        width: 50px !important;
        background: none !important;
        font-size: 60px !important;
        line-height: 100px !important;
    }
    /*观众数*/
    .numType {
        height: 60px;
        padding-left: 10px;
    }
    .numType .dataNums .dataOne {
        width: 56px;
        height: 100%;
        margin: 0px 3px;
    }
    .numType .dataNums .tt span {
        font-size: 42px;
        line-height: 60px;
    }
    .Box1_1ConNum {
        line-height: 60px;
    }
}
.indexPeopleBG {
    height: 100%;
    padding-top: 2px;
    color: #fff;
}
.indexNumber .indexPeopleB {
    margin-left: 37px;
    vertical-align: -73%;
}
.indexNumber .indexPeopleG {
    vertical-align: -73%;
}
.indexNumber .indexPeopleB_bfb {
    font-size: 22px;
    line-height: 22px;
    margin: 0 18px 0 6px;
}
.indexNumber .indexPeopleG_bfb {
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 0 6px;
}

/* 地图 分布、对比 */
.indexMap_main {
    width: 70%;
    height: 727px;
    margin: 3% auto 3%;
    position: relative;
}
#ljhy_echart {
    width: 50%;
    min-width: 490px;
    height: 90%;
    float: left;
}
#bing {
    width: 50%;
    min-width: 490px;
    height: 90%;
    float: left;
}
.indexMap_main .indexMap_fenbu {
    width: 10%;
    min-width: 114px;
    background-color: #1b63e8;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 176px;
    left: 600px;
    font-size: 25px;
    line-height: 54px;
    padding: 0 3% 0 3%;
    border-radius: 10px;
}
.indexMap_main .indexMap_fenbu img {
    vertical-align: middle;
    margin: 0 2% 0 5%;
}
.indexMap_main .indexMap_duibi {
    width: 10%;
    min-width: 114px;
    background-color: #1b63e8;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 176px;
    left: 600px;
    font-size: 25px;
    line-height: 54px;
    padding: 0 3% 0 3%;
    border-radius: 10px;
}
.indexMap_main .indexMap_duibi span {
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    margin-right: 8px;
    vertical-align: bottom;
}
/* index页面 end */

/* 对比页面 start */
/* 背景 */
.contrastBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/duibi_Bg.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\8;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./images/duibi_Bg.jpg', sizingMethod='scale');
}

/* 对比页面 header */
.contrastHeader {
    height: 84px;
    font-size: 0px;
    color: #fff;
}
.contrastHeader .contrastHeader_title {
    font-size: 31px;
    line-height: 73px;
    margin: 10px 0 0 40px;
    color: #fff;
    display: inline-block;
}
.contrastHeader .contrastAdmin {
    display: inline-block;
    font-size: 20px;
    line-height: 70px;
    margin: 14px 0 0 0;
}
.contrastHeader .contrastAdmin .contrastAdmin_out {
    color: #ffd55e;
    margin: 0 33px 0 20px;
}
.contrastHeader .weather {
    display: inline-block;
    width: 215px;
    margin-right: 37px;
}
.contrastHeader .weather img {
    margin-top: 9px;
}
.contrastHeader .weather .weatherInfo {
    width: 200px;
    float: right;
    margin: 27px 0 0 0;
}
.contrastHeader .weather .weatherT {
    font-size: 17px;
    line-height: 17px;
    margin-left: 4px;
}
.contrastHeader .weather .weather_main {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 0 14px;
}
.contrastHeader .weather .time {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 8px;
    color: #999999;
}

/* 对比页面 导出 start*/
.export {
    width: 100%;
    height: 37px;
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
}
.export .checkBox {
    cursor: pointer;
    font-size: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: -33%;
    cursor: pointer;
}

.export .exportMain>input {
    display: none;
}
.export .exportMain>label {
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}
.export .exportMain>label::before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: -18%;
    margin-right: 5px;
}
.export .exportMain>input:checked+label::before {
    background-color: rgb(6, 23, 51);
}
.export .exportMain>input:checked+label::after {
    display: inline-block;
    content: "✓";
    width: 13px;
    height: 21px;
    font-size: 16px;
    position: absolute;
    left: 5px;
    bottom: 2.5px;
}

.export .exportBtn {
    width: 111px;
    height: 37px;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
    border-radius: 5px;
    margin: 0 40px 0 0;
    background-color: #1246b3;
}
/* 对比页面 导出 end */

/* 搜索条件 start */
.contrastChoice {
    width: 100%;
    height: 338px;
    margin-top: 17px;
}
.contrastChoice .contrastChoice_title {
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 23px;
}
.contrastChoice .contrastChoice_small_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    height:20px;
    line-height:15px;
}
.contrastChoice .contrastChoice_small_title div{
    width:50%;
}
.contrastChoice .contrastChoice_left {
    width: 42%;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
}
.contrastChoice .contrastChoice_left span {
    display: inline-block;
    width: 15%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url(../images/xuanze_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 18px 12px;
    cursor: pointer;
}
.contrastChoice .contrastChoice_right {
    width: 48%;
    height: 295px;
    position: relative;
    margin-left: 5%;
}


/* 单选框样式 */
.contrastChoice_right li>input {
    display: none;
}
.contrastChoice_right li>label {
    position: relative;
}
.contrastChoice_right li>label::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgb(44, 195, 168);
    margin-right: 9px;
    vertical-align: bottom;
}
.contrastChoice_right li>input:checked+label::before {
    background-color: rgb(6, 23, 51);
}
.contrastChoice_right li>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 6.5px;
    background-color: #2bc3a8;
}
.contrastChoice .contrastChoice_right .contrastChoice_right_one {
    width: 16%;
}
.contrastChoice .contrastChoice_right li {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 44px;
}
.contrastChoice .contrastChoice_right li:first-child {
    margin-top: 5px;
}
.contrastChoice .contrastChoice_right .contrastChoice_right_two {
    width: 16.3%;
}
.contrastChoice .contrastChoice_right .contrastChoice_right_three {
    width: 12%;
}
.contrastChoice .contrastChoice_right .contrastChoice_right_four {
    width: 16%;
}
.contrastChoice .contrastChoice_right .contrastChoice_right_five {
    width: 16%;
}
.contrastChoice .contrastChoice_right .hold {
    position: absolute;
    right: 132px;
    bottom: 25px;
    width: 109px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #21ae95;
    border-radius: 3px;
}

/* 选择信息结果 start */
.choice {
    width: 100%;
    font-size: 19px;
    /*line-height: 70px;*/
    color: #ccc;
    margin-bottom:20px;
}
.choice .choice_main {
    padding-left: 6%;
}
/* 选择信息结果 end */

/* 柱状图 start */
.zhuzhuangTu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
}
.zhuzhuangTu .zhuzhuangTu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.zhuzhuangTu #zhuzhuangTu_main {
    width: 100%;
    height: 90%;
}
/* 柱状图 end */

/* 饼状图 start */
.bingzhuangtu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-right: 5%;
}
.bingzhuangtu .bingzhuangtu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.bingzhuangtu #bingzhuangtu_main {
    width: 100%;
    height: 90%;
}
/* 饼状图 end */

/* 折线图 start */
.zhexiantu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
    margin-top: 26px;
}
.zhexiantu .zhexiantu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.zhexiantu #zhexiantu_main {
    width: 100%;
    height: 90%;
}
/* 折线图 end */

/* 当前数据 start */
.dangqianshuj {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-right: 5%;
    margin-top: 26px;
}
.dangqianshuj .dangqianshuj_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.dangqianshuj #dangqianshuj_main {
    width: 100%;
    height: 90%;
}
.dangqianshuj .dangqianshuj_list li {
    float: left;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin: 30px 46px 0 22px;
}
/* 当前数据 end */

/* 遮罩层 start*/
    .zhezhaoceng{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color:rgba(1, 4, 9, 0.8);
        z-index: 10;
        display: none;
    }
/* 遮罩层 end*/

/* 弹框 start */
.tankuang{
    width: 986px;
    height: 427px;
    background-color: #1246b3;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    margin-left: -488px;
    z-index: 12;
    color: #fff;
    display: none;
}
.tankuang .tankuang_title{
    margin: 30px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}
.tankuang .sureBtn{
    display: block;
    width: 164px;
    height: 50px;
    background: #2bc3a8;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 62px;
    left: 50%;
    margin-left: -82px;
}
.tankuang .tkClose{
    margin: 18px;
    cursor: pointer;
}
/*.tankuang .tankuang_main{
    width: 885px;
    height: 90px;
    margin: 145px auto 0;
}*/
.tankuang .checkBox {
    cursor: pointer;
    font-size: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: -33%;
    cursor: pointer;
}
.tankuang .checkBox:after {
    position: absolute;
    width: 13px;
    height: 21px;
    top: 1px;
    left: 1px;
    content: " ";
    background-color: #1246b3;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 4px;
    border-radius: 3px;
}
.tankuang .checkBox:checked:after {
    content: "✓";
    font-size: 16px;
}
.tankuang .tankuang_lable {
    margin-right: 16px;
    cursor: pointer;
}

/*左侧弹框*/

 .li>input {
    display: none;
}
.li>label {
    position: relative;
}
.li>label::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgb(44, 195, 168);
    margin-right: 9px;
    vertical-align: -3%;
}
.li>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 7.5px;
    background-color: #2bc3a8;
}
/* 弹框 end */
@media (max-width: 1713px) {
    /* 对比 标题 */
    .contrastChoice .contrastChoice_title {
        font-size: 23px;
        line-height: 23px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
        margin-bottom: 20px;
        margin-right: 10%;
    }
}

@media (max-width:1600px){
     .loginBox .loginMain  .login_admin{
        position: relative;
        width: 57%;
        max-width: 334px;
        height: 44px;
        margin: 14% auto 6%;
    }
}

@media (max-width: 1661px) {
    /* 对比 导出 */
    .export {
        width: 100%;
        height: 37px;
        font-size: 16px;
        color: #fff;
        margin-top: 6px;
    }
    .export .checkBox {
        cursor: pointer;
        font-size: 14px;
        width: 24px;
        height: 24px;
        position: relative;
        vertical-align: -33%;
        cursor: pointer;
    }
    
    .export .exportMain>input {
        display: none;
    }
    .export .exportMain>label {
        position: relative;
        margin-right: 16px;
        cursor: pointer;
    }
    .export .exportMain>label::before {
        display: inline-block;
        content: "";
        width: 19px;
        height: 19px;
        border: 1px solid #fff;
        border-radius: 3px;
        vertical-align: -18%;
        margin-right: 5px;
    }
    .export .exportMain>input:checked+label::before {
        background-color: rgb(6, 23, 51);
    }
    .export .exportMain>input:checked+label::after {
        display: inline-block;
        content: "✓";
        width: 13px;
        height: 19px;
        font-size: 16px;
        position: absolute;
        left: 5px;
        bottom: 2.5px;
    }
    
    .export .exportBtn {
        width: 111px;
        height: 37px;
        font-size: 17px;
        line-height: 37px;
        color: #fff;
        border-radius: 5px;
        margin: 0 40px 0 0;
        background-color: #1246b3;
    }
    /* 对比 标题 */
    .contrastChoice .contrastChoice_title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
        margin-bottom: 43px;
        margin-right: 8%;
    }
    /* 对比页面 选择*/
    .contrastChoice .contrastChoice_left span {
        display: inline-block;
        width: 15%;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: url(../images/xuanze_Bg_03.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 0 18px 12px;
    }
    .contrastChoice .contrastChoice_right {
        width: 48%;
        height: 295px;
        font-size: 13px;
        line-height: 14px;
        margin-left: 4%;
    }
    .contrastChoice .contrastChoice_right li {
        font-size: 13px !important;
        line-height: 13px !important;
        color: #fff;
        margin-top: 44px;
    }

    /* 选择信息 */
    .choice {
        font-size: 16px;
        line-height: 48px;
        color: #ccc;
    }
}

/* 分布页面 start */
/* 背景 */
.fenbuBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/duibi_Bg.jpg) no-repeat;
    background-size: 100% 100%;
    /*针对IE8的hack，目的是除掉之前background*/
    background: none\8;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='./images/duibi_Bg.jpg', sizingMethod='scale');
}

/* 分布页面 header start */
.fenbuHeader {
    height: 84px;
    font-size: 0px;
    color: #fff;
}
.fenbuHeader .fenbuHeader_title {
    font-size: 31px;
    line-height: 73px;
    margin: 10px 0 0 40px;
    color: #fff;
    display: inline-block;
}
.fenbuHeader .fenbutAdmin {
    display: inline-block;
    font-size: 20px;
    line-height: 70px;
    margin: 14px 0 0 0;
}
.fenbuHeader .fenbutAdmin .fenbuAdmin_out {
    color: #ffd55e;
    margin: 0 33px 0 20px;
}
.fenbuHeader .weather {
    display: inline-block;
    width: 215px;
    margin-right: 37px;
}
.fenbuHeader .weather img {
    margin-top: 9px;
}
.fenbuHeader .weather .weatherInfo {
    width: 200px;
    float: right;
    margin: 27px 0 0 0;
}
.fenbuHeader .weather .weatherT {
    font-size: 17px;
    line-height: 17px;
    margin-left: 4px;
}
.fenbuHeader .weather .weather_main {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 0 14px;
}
.fenbuHeader .weather .time {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 8px;
    color: #999999;
}
/* 分布页面 header end*/

/* 分布页面 导出 start*/
.fenbuExport {
    width: 100%;
    height: 37px;
    font-size: 18px;
    color: #fff;
    margin-top: 13px;
}
.fenbuExport .checkBox {
    cursor: pointer;
    font-size: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: -33%;
    cursor: pointer;
}
.fenbuExport .fenbuExporttMain>input {
    display: none;
}
.fenbuExport .fenbuExporttMain>label {
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}
.fenbuExport .fenbuExporttMain>label::before {
    display: inline-block;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: -18%;
    margin-right: 5px;
}
.fenbuExport .fenbuExporttMain>input:checked+label::before {
    background-color: rgb(6, 23, 51);
}
.fenbuExport .fenbuExporttMain>input:checked+label::after {
    display: inline-block;
    content: "✓";
    width: 13px;
    height: 21px;
    font-size: 16px;
    position: absolute;
    left: 5px;
    bottom: 2.5px;
}
.fenbuExport .exportBtn {
    width: 111px;
    height: 37px;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
    border-radius: 5px;
    margin: 0 40px 0 0;
    background-color: #1246b3;
}
/* 分布页面 导出 end */

/* 搜索条件 start */
.fenbuChoice {
    width: 100%;
    height: 338px;
    margin-top: 17px;
}
.fenbuChoice .fenbuChoice_title {
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 23px;
}
.fenbuChoice .fenbuChoice_small_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    height:20px;
    line-height:15px;
}
.fenbuChoice .fenbuChoice_small_title div{
    width:50%;
}
.fenbuChoice .fenbuChoice_left {
    width: 42%;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
}
.fenbuChoice .fenbuChoice_left span {
    display: inline-block;
    width: 14%;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url(../images/xuanze_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 18px 12px;
    cursor: pointer;
}
.fenbuChoice .fenbuChoice_right {
    width: 48%;
    height: 295px;
    position: relative;
    margin-left: 5%;
}


/* 单选框样式 */
.fenbuChoice_right li>input {
    display: none;
}
.fenbuChoice_right li>label {
    position: relative;
}
.fenbuChoice_right li>label::before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgb(44, 195, 168);
    margin-right: 9px;
    vertical-align: bottom;
}
.fenbuChoice_right li>input:checked+label::before {
    background-color: rgb(6, 23, 51);
}
.fenbuChoice_right li>input:checked+label::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 6.5px;
    background-color: #2bc3a8;
}

.fenbuChoice .fenbuChoice_right li {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    margin-top: 38px;
}
.fenbuChoice .fenbuChoice_right li:first-child {
    margin-top: 5px;
}

.fenbuChoice .fenbuChoice_right .fenbuChoice_right_one {
    width: 16%;
}
.fenbuChoice .fenbuChoice_right .fenbuChoice_right_two {
    width: 16.3%;
}
.fenbuChoice .fenbuChoice_right .fenbuChoice_right_three {
    width: 12%;
}
.fenbuChoice .fenbuChoice_right .fenbuChoice_right_four {
    width: 16%;
}
.fenbuChoice .fenbuChoice_right .fenbuChoice_right_five {
    width: 16%;
}
.fenbuChoice .fenbuChoice_right .hold {
    position: absolute;
    right: 132px;
    bottom: 25px;
    width: 109px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    background-color: #21ae95;
    border-radius: 3px;
}

/* 分布选择结果 start */
.fenbu_choice_result {
    width: 100%;
    font-size: 19px;
    /*line-height: 70px;*/
    color: #ccc;
    height:150px;
}
.fenbu_choice_result .enbu_choice_main {
    padding-left: 6%;
}
/* 分布选择结果 end */

/* 遮罩层 start*/
.zhezhaoceng{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color:rgba(1, 4, 9, 0.8);
    z-index: 10;
    display: none;
}
/* 遮罩层 end*/

/* 弹框 start */
.tankuang{
    width: 986px;
    height: 427px;
    background-color: #1246b3;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -213px;
    margin-left: -488px;
    z-index: 12;
    color: #fff;
    display: none;
}
.tankuang .tankuang_title{
    margin: 30px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 4px;
}
.tankuang .sureBtn{
    display: block;
    width: 164px;
    height: 50px;
    background: #2bc3a8;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: 62px;
    left: 50%;
    margin-left: -82px;
}
.tankuang .tkClose{
    margin: 18px;
    cursor: pointer;
}
.tankuang .tankuang_main{
    width: 885px;
    height: 200px;
    margin: 100px auto 0;
    overflow-y:auto;
}
.tankuang .checkBox {
    font-size: 14px;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: -33%;
    cursor: pointer;
    margin-right: 4px;
}
.tankuang .checkBox:after {
    position: absolute;
    width: 13px;
    height: 21px;
    top: 1px;
    left: 1px;
    content: " ";
    background-color: #1246b3;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 4px;
    border-radius: 3px;
}
.tankuang .checkBox:checked:after {
    content: "✓";
    font-size: 16px;
}
.tankuang .tankuang_lable {
    margin-right: 16px;
    cursor: pointer;
}
/* 搜索条件 start */

/* 对比 柱状图 start */
.duibi_zhuzhuangTu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
}
.duibi_zhuzhuangTu .duibi_moreCity{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 8px 18px 0 0;
    cursor: pointer;
}
.duibi_zhuzhuangTu .duibi_zhuzhuangTu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.duibi_zhuzhuangTu #duibi_zhuzhuangTu_main {
    width: 100%;
    height: 90%;
}
/* 对比 柱状图 end */

/* 对比 饼状图 start */
.duibi_bingzhuangtu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-right: 5%;
}
.duibi_bingzhuangtu .duibi_moreCity{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 8px 18px 0 0;
    cursor: pointer;
}
.duibi_bingzhuangtu .duibi_bingzhuangtu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.duibi_bingzhuangtu #duibi_bingzhuangtu_main {
    width: 100%;
    height: 90%;
}
/* 对比 饼状图 end */

/* 对比 折线图 start */
.duibi_zhexiantu {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-left: 5%;
    margin-top: 26px;
}
.duibi_zhexiantu .duibi_moreCity{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 8px 18px 0 0;
    cursor: pointer;
}
.duibi_zhexiantu .duibi_zhexiantu_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.duibi_zhexiantu #duibi_zhexiantu_main {
    width: 100%;
    height: 90%;
}
/* 对比 折线图 end */

/* 当前数据 start */
.duibi_dangqianshuj {
    width: 40%;
    height: 421px;
    min-height: 295px;
    font-size: 0px;
    margin-right: 5%;
    margin-top: 26px;
}
.duibi_dangqianshuj .duibi_moreCity{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 8px 18px 0 0;
    cursor: pointer;
}
.duibi_dangqianshuj .duibi_dangqianshuj_title {
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.duibi_dangqianshuj #duibi_dangqianshuj_main{
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.duibi_dangqianshuj .duibi_dangqianshuj_list{
    padding-top: 19px;
}
.duibi_dangqianshuj .duibi_dangqianshuj_list li {
    width: 90%;
    float: left;
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    margin: 0 46px 0 22px;
}
/* 当前数据 end */

/* 更多城市 start */
.dbTk_moreCity {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 12;
    display: none;
} 
.dbTk_moreCity .dbTk_moreCity_title{
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin:10px 0 0 10px;
}
.dbTk_moreCity .tkClose{
    cursor: pointer;
}
.dbTk_moreCity #dbTk_moreCity_main{
    width: 100%;
    height: 95%;
}
/* 更多城市 end */

/* 更多数据 strat */
.dbTk_moreNumber {
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 12;
    display: none;
} 
.dbTk_moreNumber .dbTk_moreNumber_title{
    width: 126px;
    height: 40px;
    background: url(../images/duibi_title_Bg_03.png) no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin:10px 0 0 10px;
}
.dbTk_moreNumber .moreNumber_tkClose{
    cursor: pointer;
}
.dbTk_moreNumber .dbTk_moreInfo{
    width: 100%;
    height: 95%;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
}
.dbTk_moreNumber .dbTk_moreInfo ul{
    margin-top: 20px;
}
.dbTk_moreNumber .dbTk_moreInfo li{
    margin: 0 46px 0 22px;
}
/* 更多数据 end */

/* 对比 适应 start */
@media (max-width: 1661px){
    /* 登录页面 */
    .loginBox .loginTitle {
        margin: 0% 0 7%;
    }
    .loginBox .loginMain .adminTestCode {
        margin-left: 4%;
        vertical-align: bottom;
        width: 36%;
    }
    /* 对比 折线图 start */
    .duibi_zhexiantu {
        width: 43%;
        height: 421px;
        min-height: 295px;
        font-size: 0px;
        margin-left: 5%;
        margin-top: 26px;
    }
    .duibi_zhexiantu .duibi_moreCity{
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin: 8px 40px 0 0;
        cursor: pointer;
    }
    .duibi_zhuzhuangTu .duibi_moreCity{
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin: 8px 40px 0 0;
        cursor: pointer;
    }
    /* 对比 柱状图 start */
    .duibi_zhuzhuangTu {
        width: 43%;
        height: 421px;
        min-height: 295px;
        font-size: 0px;
        margin-left: 5%;
    }

    .fenbuChoice .fenbuChoice_left {
        width: 44%;
        min-height: 295px;
        font-size: 0px;
        margin-left: 4%;
    }

    .fenbuChoice {
        width: 100%;
        height: 338px;
        margin-top: 17px;
    }
    /* 对比 导出 */
    .fenbuExport {
        width: 100%;
        height: 37px;
        font-size: 17px;
        color: #fff;
        margin-top: 6px;
    }
    .fenbuExport .checkBox {
        cursor: pointer;
        font-size: 14px;
        width: 24px;
        height: 24px;
        position: relative;
        vertical-align: -33%;
        cursor: pointer;
    }
    
    .fenbuExport .fenbuExporttMain>input {
        display: none;
    }
    .fenbuExport .fenbuExporttMain>label {
        position: relative;
        margin-right: 16px;
        cursor: pointer;
    }
    .fenbuExport .fenbuExporttMain>label::before {
        display: inline-block;
        content: "";
        width: 22px;
        height: 21px;
        border: 1px solid #fff;
        border-radius: 3px;
        vertical-align: -18%;
        margin-right: 7px;
    }
    .fenbuExport .fenbuExporttMain>input:checked+label::before {
        background-color: rgb(6, 23, 51);
    }
    .fenbuExport .fenbuExporttMain>input:checked+label::after {
        display: inline-block;
        content: "✓";
        width: 13px;
        height: 21px;
        font-size: 16px;
        position: absolute;
        left: 5px;
        bottom: 3.5px;
    }
    
    .fenbuExport .exportBtn {
        width: 111px;
        height: 37px;
        font-size: 17px;
        line-height: 37px;
        color: #fff;
        border-radius: 5px;
        margin: 0 40px 0 0;
        background-color: #1246b3;
    }
    /* 对比 标题 */
    .fenbuChoice .fenbuChoice_title {
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        letter-spacing: 3px;
        margin-bottom: 43px;
        margin-right: 8%;
    }
    /* 对比页面 选择*/
    .fenbuChoice .fenbuChoice_left span {
        display: inline-block;
        width: 15%;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: url(../images/xuanze_Bg_03.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 0 18px 12px;
    }
    .fenbuChoice .fenbuChoice_right {
        width: 48%;
        height: 295px;
        font-size: 13px;
        line-height: 14px;
        margin-left: 2%;
    }
    .fenbuChoice .fenbuChoice_right li {
        font-size: 13px !important;
        line-height: 13px !important;
        color: #fff;
        margin-top: 44px;
    }

    /* 选择信息 */
    .choice {
        font-size: 16px;
        line-height: 48px;
        color: #ccc;
    }

    /* 分布选择结果 start */
    .fenbu_choice_result {
        width: 100%;
        font-size: 17px;
        line-height: 62px;
        color: #ccc;
    }
    /* 分布选择结果 end */

    /* 当前数据 */
    .duibi_dangqianshuj .duibi_dangqianshuj_list li {
        width: 90%;
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        margin: 0 46px 0 22px;
    }

    /* index 地图页 */
    .indexMap_main .indexMap_fenbu {
        width: 11%;
        min-width: 0;
        background-color: #1b63e8;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 176px;
        left: 600px;
        font-size: 21px;
        line-height: 50px;
        padding: 0 3% 0 3%;
        border-radius: 10px;
    }
    .indexMap_main .indexMap_fenbu img{
        vertical-align: text-bottom;
        width: 36%;
    }
    .indexMap_main .indexMap_duibi {
        width: 11%;
        min-width: 0;
        background-color: #1b63e8;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 176px;
        left: 600px;
        font-size: 21px;
        line-height: 50px;
        padding: 0 3% 0 3%;
        border-radius: 10px;
    }
    .indexMap_main .indexMap_duibi span {
        font-size: 26px;
        line-height: 50px;
        font-weight: bold;
        /* margin-right: 8px; */
        vertical-align: bottom;
    }

    .fenbuChoice_right li>label::before {
        display: inline-block;
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid rgb(44, 195, 168);
        margin-right: 5px;
        vertical-align: bottom;
    }

    .fenbuChoice .fenbuChoice_right .fenbuChoice_right_one {
        width: 17%;
    }
    .fenbuChoice .fenbuChoice_right .fenbuChoice_right_two {
        width: 17.3%;
    }
    .fenbuChoice .fenbuChoice_right .fenbuChoice_right_three {
        width: 13%;
    }
    .fenbuChoice .fenbuChoice_right .fenbuChoice_right_four {
        width: 17%;
    }
    .fenbuChoice .fenbuChoice_right .fenbuChoice_right_five {
        width: 17%;
    }
}

@media (max-width: 1280px) {
    .loginBox .loginTitle {
        margin: 0% 0 4%;
    }
    .loginBox .loginMain  .login_admin{
        position: relative;
        width: 57%;
        max-width: 334px;
        height: 44px;
        margin: 14% auto 6%;
    }
     /* 对比 折线图 start */
     .duibi_zhexiantu {
        width: 43%;
        height: 421px;
        min-height: 295px;
        font-size: 0px;
        margin-left: 5%;
        margin-top: 26px;
    }
    .duibi_zhexiantu .duibi_moreCity{
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin: 8px 40px 0 0;
        cursor: pointer;
    }
    .duibi_zhuzhuangTu .duibi_moreCity{
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin: 8px 40px 0 0;
        cursor: pointer;
    }

    .fenbuChoice .fenbuChoice_left span {
        display: inline-block;
        width: 15%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: url(../images/xuanze_Bg_03.png) no-repeat;
        background-size: 100% 100%;
        margin: 0 0 18px 12px;
    }
    .fenbuChoice .fenbuChoice_right {
        width: 51%;
        height: 295px;
        font-size: 13px;
        line-height: 14px;
        margin-left: 1%;
    }
    .fenbuChoice .fenbuChoice_right li {
        font-size: 12px !important;
        line-height: 12px !important;
        color: #fff;
        margin-top: 44px;
    }
    .fenbuChoice_right li>label::before {
        display: inline-block;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid rgb(44, 195, 168);
        margin-right: 5px;
        vertical-align: bottom;
    }

    /* 分布选择结果 start */
    .fenbu_choice_result {
        width: 100%;
        font-size: 15px;
        line-height: 62px;
        color: #ccc;
    }
    /* 分布选择结果 end */

    .contrastChoice .contrastChoice_right {
        width: 51%;
        height: 295px;
        font-size: 13px;
        line-height: 14px;
        margin-left: 1%;
    }
    .contrastChoice_right li>label::before {
        display: inline-block;
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid rgb(44, 195, 168);
        margin-right: 5px;
        vertical-align: bottom;
    }
    .fenbuChoice_right li>label::before {
        display: inline-block;
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid rgb(44, 195, 168);
        margin-right: 5px;
        vertical-align: bottom;
    }
} 
/* 对比 适应 end */

.like-modal-loading{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1002;opacity:0.6;filter:Alpha(opacity=60);background-color:#000;}

.like-modal-info{position: fixed;top:50%;left:50%;width:500px;height:150px;background-color:#fff;z-index:1003;margin-top:-75px;margin-left:-250px;text-align:center;line-height:150px;font-size:22px;font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;}

.tankuang_main span .tankuang-con-title{border-bottom:1px solid #ccc;width:99%;clear:both;font-size:15px;padding:10px 0;font-weight:bold;}
.tankuang_main span .tankuang-con-main{float:left;margin:6px 0px;}