/* d */
@font-face {
  font-family: 'dolly';
  src: url('font/dolly.eot');
  src: url('font/dolly.eot') format('embedded-opentype'),
    url('font/dolly.ttf') format('truetype'),
    url('font/dolly.woff') format('woff'),
    url('font/dolly.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.my_dfont {
  font-size: 17px;
  color:red;
  vertical-align: middle;
  font-family: 'dolly' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* s */
@font-face {
  font-family: 'calibri';
  src: url('font/calibri.eot');
  src: url('font/calibri.eot') format('embedded-opentype'),
    url('font/calibri.ttf') format('truetype'),
    url('font/calibri.woff') format('woff'),
    url('font/calibri.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.my_sfont {
  font-size: 17px;
  color:red;
  font-family: 'calibri' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* e */
@font-face {
  font-family: 'AAVESLGT';
  src: url('font/AAVESLGT.eot');
  src: url('font/AAVESLGT.eot') format('embedded-opentype'),
    url('font/AAVESLGT.ttf') format('truetype'),
    url('font/AAVESLGT.woff') format('woff'),
    url('font/AAVESLGT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.my_efont {
  font-size: 17px;
  color:red;
  font-family: 'AAVESLGT' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* r */
@font-face {
  font-family: 'BoucherieBlock';
  src: url('font/BoucherieBlock.eot');
  src: url('font/BoucherieBlock.eot') format('embedded-opentype'),
    url('font/BoucherieBlock.ttf') format('truetype'),
    url('font/BoucherieBlock.woff') format('woff'),
    url('font/BoucherieBlock.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.my_rfont {
  font-size: 17px;
  color:red !important;
  font-family: 'BoucherieBlock' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* y */
@font-face {
  font-family: 'yoandy';
  src: url('font/yoandy.eot');
  src: url('/font/yoandy.eot') format('embedded-opentype'),
    url('font/yoandy.ttf') format('truetype'),
    url('font/yoandy.woff') format('woff'),
    url('font/yoandy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.my_yfont {
  font-size: 17px;
  color:red;
  font-family: 'yoandy' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.loginKan2 {
    position: fixed;
    width: 380px;
    right: 102px;
    top: 40%;
    left: 30%;
    display: block;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 32px 20px 15px 20px;
}

    .loginKan2 .lk_close {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 22px;
        height: 22px;
        cursor: pointer;
    }

        .loginKan2 .lk_close:before, .loginKan2 .lk_close:after {
            position: absolute;
            left: 10px;
            content: ' ';
            height: 16px;
            width: 2px;
            background-color: #999;
        }

        .loginKan2 .lk_close:before {
            transform: rotate(45deg);
        }

        .loginKan2 .lk_close:after {
            transform: rotate(-45deg);
        }

.lkCont {
    overflow: hidden;
}

    .lkCont .lkCont_l {
        font-size: 16px;
        color: #333;
        line-height: 40px;
        text-align: center;
        border-right: 1px dashed #dcdcdc;
        padding: 0 30px 10px 10px;
        width: 200px;
    }

    .lkCont .lkl_t {
        font-size: 18px;
        color: #333;
        background: url(/images/lk_phone.png) no-repeat 25px center;
        background-size: 25px;
        padding-left: 24px;
    }

    .lkCont .lkl_c {
        font-size: 30px;
        color: #ff5a00;
        padding-top: 5px;
    }

div.wjfont > span {
    font-size: 30px;
    color: #ff5a00;
}

.lkCont .lkCont_r {
    text-align: center;
    font-size: 14px;
    color: #888888;
    padding-left: 30px;
    line-height: 16px;
}

    .lkCont .lkCont_r p {
        color: #888;
        font-size: 14px;
        line-height: 18px;
        margin-top: 6px;
    }

    .lkCont .lkCont_r canvas {
        width: 100px;
        height: 100px;
    }

 .SupList10 {
}

    .SupList10 a {
        background: #ff7300;
        color: #fff !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        width: 96px;
        height: 33px;
        line-height: 33px;
        text-align: center;
    }

        .SupList10 a:hover {
            color: #fff !important;
            background: #f60 !important;
        }