﻿.can_copy {
        color:red;
        font-weight:bold;
        }
        .diviver {
            background-color: #ebebeb;
            height: 20px;
        }
         .diviver2 {
            background-color: #ebebeb;
            font-size:1.2em;
            text-align:center;
            color:#999999;
            line-height:3em;
        }
          .diviver3 {
            background-color: #ebebeb;
        }
        .maincolor {
            color: #454545;
        }

        .guanzhu {
            font-size: .9em;
            color: #6c757d;
            line-height: 2em;
            text-align: center;
        }

        .huida {
            color: #6c757d;
            font-weight: bold;
            line-height: 3em;
        }

        .zl {
            background-color: #ebebeb;
            color: #979797;
            line-height: 2.5em;
            font-size: .9em;
        }

        .nickname {
            display: block;
            font-weight: bold;
            font-size: .9em;
        }
        .nickname2 {
            display: block;
            font-weight: bold;
            font-size: 1em;
            line-height:2.2em;
        }

        .xin {
            color: #8b8b8b;
            font-size: .9em;
        }

        .rights {
            font-size: .8em;
            color: #989898;
        }

        .good {
            color: #999999;
            font-size: 1.2em;
        }

        .comm {
            font-size: 0.6em;
            line-height: 1.2em;
        }

        .cf {
            font-size: 1.2em;
            color: #6c757d !important;
        }
        .container {
        max-width:640px;
        }
        .myweb {
        color: #454545;
        }
		
		@media screen and (max-width:600px){.qrcode{display:none}}
.qrcode{width:250px;background-size:100% 100%;right:100px;top:20%;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,0.3);border-radius:6px 6px 6px 6px;box-shadow:0 3px 7px rgba(0,0,0,0.3);overflow:hidden;position:fixed;overflow:hidden}
.model-warp{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,0.3);border-radius:6px 6px 6px 6px;box-shadow:0 3px 7px rgba(0,0,0,0.3);left:50%;margin:-200px 0 0 -150px;overflow:hidden;position:fixed;top:50%;width:300px;height:360px;overflow:hidden;color:#333}
.model-header{border-bottom:1px solid #eee;padding:9px 15px;position:relative;z-index:99px}
.model-footer{border-top:1px solid #eee;padding:9px 15px}

.qrcode img{width:140px;height:140px;margin:20px auto;display:block;padding-bottom:10px}

.weixinText{text-align:justify;color:#333;margin-top:5px;font-weight:10px}
.weixinNum{font-size:22px;font-weight:700;color:red}
.weixinDes{text-align:justify;letter-spacing:normal}
		}
		@media only screen and (min-width: 320px) and (max-width: 640px) {
			.fixed-bottom {
				display: block;
			}
			.qrcode {
				display: none;
			}
		}
		.weixinText{text-align:justify;color:#333;margin-top:5px;font-weight:10px}
.weixinNum{font-size:22px;font-weight:700;color:red}
.weixinDes{text-align:justify;letter-spacing:normal}
		}
		@media only screen and (min-width: 320px) and (max-width: 640px) {
			.fixed-bottom {
				display: block;
			}
			.qrcode {
				display: none;
			}
		}
		
		

        .modal {

            position: fixed;

            top: 0;

            right: 0;

            bottom: 0;

            left: 0;

            z-index: 1040;

            overflow: hidden;

            background-color: rgba(150,150,150,0.5);

            -webkit-overflow-scrolling: touch;

            outline: 0;

            display:none;

            padding-top:10%;

        }



            .modal h4 {

                font-size: 0.8em;

            }



        .modal-dialog {

            margin: 0px auto;

            width: 100%;

            max-width: 520px;

            background-color: transparent;

        }



        .modal-content {

            position: relative;

            background-color: transparent;

            -webkit-background-clip: padding-box;

            background-clip: padding-box;

            outline: 0;

            height: 100%;

        }



        .modal-body {

            position: relative;

            padding: 0px;

            height: 100%;

        }



        #popcontent {

            border: solid 1px transparent;

            width: 100%;

            text-align: center;

            position: relative;

            background-color: transparent;

        }



            #popcontent img {

                margin: 0 auto;

                width: 25%;

                top: 5%;

                left: 0;

                right: 0;

                position: absolute;

            }



        #cnt-txt {

            border: solid 3px #ccc;

            margin: 13% 5%;

            border-radius: 20px;

            background-color: #fff;

            padding-top: 15%;

        }



        .txtmain {

            text-align: center;

            line-height: 2em;

        }



            .txtmain .txtsub {

                text-align: center;

            }



        .wxh {

            margin: 5% auto;

            width: 80%;

            background-color: #06b3e3;

            border-radius: 10px;

            text-align: center;

            color: #fff;

        }



        #closepop {

            cursor: pointer;

            color: #fff;

            width: 2em;

            height: 2em;

            border-radius: 50%;

            position: absolute;

            top: 12%;

            right: 2%;

            border: solid 1px #ccc;

            background-color: #06b3e3;

        }