﻿html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #646969;
    text-align: left;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.heading-title {
    margin-top: 0px;
    margin-bottom: 40px;
}

    .heading-title h2 {
        color: #010101;
        font-size: 40px;
        letter-spacing: 1px;
        font-weight: 600;
        font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu, 'Arbutus Slab', serif;
    }
.titleline {
    width: 150px;
    margin-left: calc(50% - 75px);
    margin-top: -30px;
    margin-bottom: 50px;
}

.linefirst {
    width: 70px;
    height: 4px;
    background-color: #2894ff;
    float: left;
}

.linesecond {
    height: 4px;
    width: 70px;
    background-color: #ff4500;
    float: right;
}
.mto {
    padding-top: 10px;
}
.text-center {
    text-align: center !important
}
.sb-title {
    margin: 0 10px 0 10px;
    padding: 10px 0 10px 0;
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    border-top: 1px solid #eee;
    font: 400 16px "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu,'Lato',sans-serif;
}
.pull-right {
    float: right !important;
    text-align: right;
    width:40px;
}

.pull-left {
    text-align: left !important;
    float: left;
    width: calc(100% - 40px);
}
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 17px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
a {
    color: #222020;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: none;
    }

.fullWidth {
    width: 100%;
}
.paginator {
    font: 14px Arial, Helvetica, sans-serif;
    padding: 15px 25px 15px 0;
    margin: 0px;
}

    .paginator a {
        border: solid 1px #646969;
        color: #646969;
        cursor: pointer;
        text-decoration: none;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #2894ff;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        border: 1px solid #646969;
        font-weight: 700;
        color: #fff;
        background-color: #646969;
    }

    .paginator a:hover {
        border: solid 1px #2894ff;
        color: #2894ff;
        text-decoration: none;
    }

    .paginator a, .paginator a:visited, .paginator .cpb, .paginator a:hover {
        height: 16px;
        line-height: 16px;
        min-width: 10px;
        _width: 10px;
        margin-right: 5px;
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
        font-family: Arial,SimSun;
        padding: 3px 6px;
    }
.form-control {
    display: block;
    width: calc(100% - 24px);
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2.428571;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.conbbtn {
    line-height: 50px;
    height: 50px;
    width: 140px;
    color: #ffffff;
    background-color: #2894ff;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
    border: 0px solid #ff4500;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

    .conbbtn:hover {
        background-color: #646969;
    }