  @charset "UTF-8";

    .newZhongwangSidebar * {
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        border: none;
        background: none;
        font-size: 12px;
        color: #fff;
        box-sizing: border-box;
        float: none;
        font-weight: normal;
        width:auto;
    }

    .newZhongwangSidebar>li>a {
        display: block;
    }

    .newZhongwangSidebar {
        list-style: none;
        width: 70px;
        height: 254px;
        position: fixed;
        text-align: center;
        top: 0;
        bottom: 0;
        padding: 0;
        margin: auto;
        background: #4a8bfd;
        box-sizing: border-box;
        padding: 0px;
        z-index: 999999999;
    }

    .newZhongwangSidebar>li {
        padding: 20px 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        height: auto;
        line-height: initial;
    }

    .newZhongwangSidebar>li:last-child {
        border-bottom: none;
    }

    .freePhone {
        position: relative;
    }

    .freePhoneHover {
        position: absolute;
        width: 240px;
        height: 270px;
        top: 0px;
        bottom: 0;
        padding: 0 15px;
        display: none;
        margin: auto;
        animation: i .3s ease-in-out forwards;
        transition: all 0.5s;
    }

    /* .freePhone:hover .freePhoneHover {
    display: block;
    } */

    .freePhoneBox {
        position: relative;
        padding: 20px 0;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 30px 2px #CCCCCC;
        border-radius: 5px;
    }

    .freePhoneBox>.freePhoneBox_left {
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right-color: #fff;
        left: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        display: none;
    }

    .freePhoneBox>.freePhoneBox_right {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: #fff;
        right: -20px;
        top: 0px;
        bottom: 0;
        margin: auto;
        display: none;
    }

    .freePhoneBox>.freePhoneBoxInput input {
        border: 1px solid #4a8bfd;
        width: 170px;
        height: 40px;
        margin: auto;
        text-align: center;
        color: #666666;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .freePhoneBox>.freePhoneBoxInput button {
        width: 170px;
        height: 40px;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        background: #4a8bfd;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .freePhoneBox>.freePhoneBoxInput i {
        display: inline-block;
        width: 190px;
        border-bottom: 1px dotted #666;
        margin: auto;
    }

    .freePhoneBox>.freePhoneBoxInput>div {
        width: 140px;
        margin: auto;
    }

    .freePhoneBox>.freePhoneBoxInput>div p {
        color: #666;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px;
    }

    .freePhoneBox>.freePhoneBoxInput>div p span {
        color: #4a8bfd;
    }

    /***呼叫中*/
    .freePhoneBox>.freePhoneBoxConduct {
        width: 210px;
        height: 157px;
    }

    .freePhoneBox>.freePhoneBoxConduct>p {
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .freePhoneBox>.freePhoneBoxConduct>p>span {
        color: #4a8bfd;
        font-size: 14px;
    }

    .freePhoneBoxError,.freePhoneBoxSucce {
        width: 210px;
        height: 157px;
        padding: 20px 0;
        display: none;
    }

    .freePhoneBoxError>p,.freePhoneBoxSucce>p {
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .freePhoneBoxError>p>span,.freePhoneBoxSucce>p>span {
        color: #4a8bfd;
        font-size: 14px;
    }

    .freePhoneBoxError>p>a,.freePhoneBoxSucce>p>a {
        color: #666;
        font-size: 14px;
    }

    @
    keyframes i { 0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 100;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    }
    .newZhongwangMessage {
        width: 350px;
        height: 500px;
        position: fixed;
        border: 1px solid #4c8cfd;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        font-size: 12px;
        bottom: -600px;
        z-index: 99999;
        cursor: move;
    }

    .newZhongwangMessage * {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0;
        color: #000;
    }

    .newZhongwangMessage>.newZhongwangMessage_top {
        height: 50px;
        line-height: 50px;
        text-align: right;
        padding-right: 10px;
        background: #4c8cfd;
    }

    .newZhongwangMessage>.newZhongwangMessage_top a {
        display: inline-block;
        width: 25px;
        height: 25px;
    }

    .newZhongwangMessage>.newZhongwangMessage_top a img {
        width: 100%;
    }

    .newZhongwangMessage>h2 {
        font-weight: 600;
        font-size: 12px;
        padding: 20px;
    }

    .newZhongwangMessage>textarea {
        display: block;
        width: 325px;
        height: 157px;
        max-height: 157px;
        max-width: 325px;
        min-width: 325px;
        min-height: 157px;
        border: 1px solid #666;
        margin: auto;
        text-indent: 0.5em;
    }

    .newZhongwangMessage>.newZhongwangMessage_bottom {
        padding: 0 20px;
    }

    .newZhongwangMessage>.newZhongwangMessage_bottom li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .newZhongwangMessage>.newZhongwangMessage_bottom li input {
        height: 30px;
        border: 1px solid #666;
        text-indent: 0.5em;
    }

    .newZhongwangMessage>button {
        width: 330px;
        height: 34px;
        border-radius: 3px;
        color: #fff;
        display: block;
        margin: auto;
        font-weight: bold;
        outline: none;
        cursor: pointer;
        background: #4c8cfd;
        border: none;
    }

    .newZhongwangCenter {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 370px;
        z-index: 9999;
        height: 239px;
        /*background-image: url(/skins/images/center3.jpg);*/
        background-position: top;
        background-repeat: no-repeat;
        background-color: #327bfd;
        box-shadow: 0 0 30px 2px #CCCCCC;
    }

    .newZhongwangCenter * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        font-size: 12px;
        box-sizing: border-box;
        width:auto;
    }

    .newZhongwangCenter>h1 {
        text-align: right;
        padding: 10px;
    }

    .newZhongwangCenter>.newZhongwangCenter_txt {
        padding-top: 30px;
        text-align: center;
        height: 147px;
    }

    .newZhongwangCenter>.newZhongwangCenter_txt>h1 {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 5px;
        margin-bottom: 5px;
    }

    .newZhongwangCenter>.newZhongwangCenter_txt>h2 {
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
    }

    .newZhongwangCenter>.newZhongwangCenter_txt>h2>span {
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
    }

    .newZhongwangCenter_txt_bottom {
        height: 60px;
        display: flex;
        justify-content: space-between;
        background: #fff;
    }

    .newZhongwangCenter_txt_bottom>div {
        position: relative;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
    }

    .newZhongwangCenter_txt_bottom>div>a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        color: #333333;
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newZhongwangCenter_txt_bottom>div>a:hover {
        color: #4A8BFD;
    }

    .newZhongwangCenter_tel {
        position: absolute;
        width: 370px;
        height: 160px;
        bottom: -160px;
        left: -186px;
        border: none;
        box-shadow: 0 6px 30px 2px #CCCCCC;
        animation: i .3s ease-in-out forwards;
        padding: 10px 0 0;
        display: none;
    }

    .newZhongwangCenter_telBox {
        position: relative;
        height: 160px;
        background: #fff;
    }

    .newZhongwangCenter_telBox>i {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        right: 100px;
        top: -20px;
    }

    .newZhongwangCenter_telBoxT {
        height: 100%;
        padding: 30px 30px 0;
    }

    .newZhongwangCenterInput {
        text-align: left;
        display: none;
    }

    .newZhongwangCenterInput input {
        border: 1px solid #4a8bfd;
        width: 170px;
        height: 40px;
        margin: auto;
        text-align: center;
        color: #666666;
        font-size: 14px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .newZhongwangCenterInput button {
        width: 130px;
        height: 40px;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        background: #4a8bfd;
        border: none;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .newZhongwangCenterInput p {
        text-align: center;
        color: #666;
        font-size: 14px;
    }

    .newZhongwangCenterInput p span {
        color: #4A8BFD;
        font-size: 14px;
    }

    .newZhongwangCenterConduct {
        padding-top: 20px;
        display: none;
    }

    .newZhongwangCenterConduct p {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .newZhongwangCenterError,.newZhongwangCenterSucce {
        display: none;
    }

    .newZhongwangCenterError p {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .newZhongwangCenterError a{
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .newZhongwangCenterSucce p {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .newZhongwangCenterSucce a {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .newZhongwangCenterSucce span {
        color: #4A8BFD;
        font-size: 14px;
    }

    .newZhongwangCenterError span {
        color: #4A8BFD;
        font-size: 14px;
    }

    .newZhongwangCenterConduct p span {
        color: #4A8BFD;
        font-size: 14px;
    }

    /* .newZhongwangCenter_txt_bottomRight:hover .newZhongwangCenter_tel {
    display: block;
    } */

    .newZhongwangCenter_txt_bottom>div:last-child {
        border-left: 1px solid #ccc;
    }

    .newZhongwangCenter_txt_bottom div img {
        margin-right: 10px;
        width:auto;
        height: auto;
    }
    .newZhongwangCenter *{
        line-height: initial;
    }
    .newZhongwangCenter_txt_bottom>div>a span{
        color: #000;
        height: auto;
    }
    .newZhongwangMessage h2 ,.newZhongwangCenter h2{
        font-size: 14px;
        line-height: inherit;
        height: auto;
        font-weight: normal;
        text-indent: inherit;
        float: none;
    }
    #chatIframe{
        margin:0 !important;
        padding:0 !important;
    }
    /*# sourceMappingURL=style.css.map */
	
	    #authorize_text{
        background-color: rgba(0,0,0,0.8);
        padding: 25px;
        color: #fff;
        width: 390px;
        height: 250px;
        font-size: 12px;
        line-height: 24px;
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.8s;
        display: none;
    }
    #authorize_text .authorize_textTitle{
        text-align: center;
        font-size: 14px;
    }
    .authorize_textAbt{
        color: rgba(153, 153, 153, 0.5);
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        padding: 5px 0;
    }
    .newZhongwangMessage .authorize_textAbt{
        padding: 5px 0;
    }
	.xinring_list_box,.list_Bottom{display:none;}
    @media (max-width:750px) {
        #authorize_text{width: 80%;}
		.xinring_list_box,.list_Bottom{display:block;}
		.newZhongwangCenter,.newZhongwangSidebar{display:none !important;}
    }