﻿@media screen and (max-width:1201px) {
    .lamframe { display:none;
    }
}

.lamframe
{
    position: fixed;
    z-index: 999999;
    right: 0px;
    top: 20%;
    background-color: #fff;
    box-shadow: 0px 0px 6px #0896e7;
    font-size: 12px;
    width: 70px;
}

.lamframe .lamitem
{
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    width: 100%;
    color: #666;
    position: relative;
    height: 70px;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
}

.lamframe .lamitem:hover
{
    color: #0896e7;
}

.lamframe .lamitem:last-child
{
    margin-bottom: 0px;
    border: 0px;
}

.lamframe .lamitem i
{
    width: 100%;
    display: block;
    height: 25px;
}

.lamframe .lamitem span
{
    width: 100%;
    display: block;
    line-height: 25px;
}

.lamframe .lammess i
{
    background: url(/lamlib/img/ico01.png) no-repeat center;
    background-size: 25px 25px;
}

.lamframe .lam_tel i
{
    background: url(/lamlib/img/ico02.png) no-repeat center;
    background-size: 25px 25px;
}

.lamframe .lam_wcapp i
{
    background: url(/lamlib/img/ico04.png) no-repeat center;
    background-size: 25px 25px;
}
.lamframe .lam_wc i
{
    background: url(/lamlib/img/ico03.png) no-repeat center;
    background-size: 25px 25px;
}

.lamframe .lam_qq i
{
    background: url(/lamlib/img/ico06.png) no-repeat center;
    background-size: 25px 25px;
}

.lamframe .lam_back i
{
    background: url(/lamlib/img/ico05.png) no-repeat center;
    background-size: 25px 25px;
}

.lamframe .lamitem .right
{
    width: 170px;
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 6px #0896e7;
    right: 70px;
    top: 0px;
}
.lamframe .lammess .right
{
    width: 240px;
}
.lammess .right .message
{
    width: 100%;
}
.lammess .right .message label
{
    width: 100%;
    display: block;
    float: left;
    line-height: 50px;
    font-size: 20px;
}
.lammess .right .message .i
{
    float: left;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.lammess .right .message .i .txtarea
{
    width: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 70px;
}
.lammess .right .message .i .inpts
{
    padding: 5px;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
}
.lammess .right .message .i #btn_lam
{
    width: 200px;
    height: 30px;
    background-color: #0896e7;
    color: #fff;
    cursor: pointer;
    border: 0px;
    margin-bottom: 15px;
}

.lamframe .lam_tel .right
{
    width: 240px;
}
.lamframe .lam_tel .right .phone
{
    padding-bottom: 10px;
    float: left;
}
.lamframe .lam_tel .right .phone .i
{
    background: url(/lamlib/img/ico02.png) no-repeat 10px center;
    text-align: left;
    text-indent: 35px;
    background-size: 20px 20px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    color: #0896e7;
    font-size: 23px;
}
.lamframe .lam_tel .right .phone input#txt_lam_huid
{
    float: left;
    margin-left: 10px;
    height: 24px;
    border: 1px solid #0896e7;
    padding: 0px 10px;
    border-radius: 3px 0px 0px 3px;
    width: 155px;
}
.lamframe .lam_tel .right .phone input#btn_lam_hd
{
    float: left;
    height: 26px;
    cursor: pointer;
    border: 1px solid #0896e7;
    background-color: #0896e7;
    border-left: 0px;
    padding: 0px 10px;
    border-radius: 3px;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}



.lamframe .lam_wcapp .right img, .lamframe .lam_wc .right img
{
    width: 150px;
    height: 150px;
    margin: 10px;
}
.lamframe .lam_wcapp .right label, .lamframe .lam_wc .right label
{
    width: 130px;
    height: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
.lamframe .lam_qq .right
{
    width: 150px;
    top: 10px;
}
.lamframe .lam_qq .right a
{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: left;
    text-indent: 20px;
    background: url(/lamlib/img/ico06.png) no-repeat 10px center;
    background-size: 20px 20px;
    background-color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 50px;
}
