@charset "utf-8";
/* CSS Document */

/*弹窗*/
        .pop_up{
            position: relative;
            top:0;
            left: 0;
            right: 0;
            bottom:0;
            z-index: 999;
        }
        .popA{
             position: fixed;  
             z-index: 1000;  
             top: 0;  
             right: 0;  
             left: 0;  
             bottom: 0;  
             background: rgba(0, 0, 0, 0.4);
        }
        .popB{
           position: fixed;  
           z-index: 5000;  
           width: 90%;
           height:30rem;
           /*margin:20% 10%;  */
           top:10%;
           left: 5%;
           background-color: #FFFFFF; 
           border:3px solid #b200f4;
           border-radius: 10px;  
           overflow: hidden; 
           /*background-color: #f9f9f9; */
        }
        .popB_title{
            width:100%;
            height:2.5rem;
            line-height: 2.5rem;
            background-color: #b200f4;
            color:#fff;
            padding-left: 0.5rem;
            box-sizing: border-box;
            margin:0;
        }
        .popB_title span{
            float: right;
            margin:0.6rem;
            width:1rem;
            height:1rem;
            border-radius: 50%;
            background-color: #2a5870;
            border:0.09rem solid #fff;
            text-align: center;
            line-height: 0.9rem;
            color:#fff;
        }
        .popin01{
            text-align: center;
            margin:0.8rem;  
        }
        .popin01 img{
            width:5rem;
        }
        .popin02{
            width:100%;
            height:26rem;
            /*background-color: #ffffcc;*/
            /*border:1px solid #ffe04b;*/
            margin:0 auto;
            box-sizing: border-box;
            overflow:hidden;
            overflow-x: hidden; overflow-y: auto;
            /*padding-top: 2%;*/
            padding:2% 3%;
            /*overflow:hidden;*/
        }
        .popin02 p{
            /*text-indent: 2em;*/
            /*padding-bottom: 0.5rem;*/
        }
        .tangchuang_close{
          cursor: pointer;
        }
